Home
last modified time | relevance | path

Searched defs:AH_SKB_CB (Results 1 – 2 of 2) sorted by relevance

/linux/net/ipv4/
H A Dah4.c23 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) macro
/linux/net/ipv6/
H A Dah6.c47 #define AH_SKB_CB(__skb) ((struct ah_skb_cb *)&((__skb)->cb[0])) macro