Home
last modified time | relevance | path

Searched refs:IPCB (Results 1 – 2 of 2) sorted by relevance

/include/net/
Dcipso_ipv4.h128 #define CIPSO_V4_OPTEXIST(x) (IPCB(x)->opt.cipso != 0)
129 #define CIPSO_V4_OPTPTR(x) (skb_network_header(x) + IPCB(x)->opt.cipso)
Dip.h62 #define IPCB(skb) ((struct inet_skb_parm*)((skb)->cb)) macro