IPCB              127 include/net/cipso_ipv4.h #define CIPSO_V4_OPTEXIST(x) (IPCB(x)->opt.cipso != 0)
IPCB              128 include/net/cipso_ipv4.h #define CIPSO_V4_OPTPTR(x) (skb_network_header(x) + IPCB(x)->opt.cipso)
IPCB              313 include/net/ip.h 		bool forwarding = IPCB(skb)->flags & IPSKB_FORWARDED;
IPCB              522 include/net/ip.h 	return __ip_options_echo(dopt, skb, &IPCB(skb)->opt);