Searched defs:AH_SKB_CB (Results 1 – 2 of 2) sorted by relevance
| /linux/net/ipv4/ | ||
| H A D | ah4.c | 23 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) macro |
| /linux/net/ipv6/ | ||
| H A D | ah6.c | 47 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) macro |