Searched refs:ip_auth_hdr (Results 1 – 2 of 2) sorted by relevance
16 struct ip_auth_hdr;18 static inline struct ip_auth_hdr *ip_auth_hdr(const struct sk_buff *skb) in ip_auth_hdr() function20 return (struct ip_auth_hdr *)skb_transport_header(skb); in ip_auth_hdr()
112 struct ip_auth_hdr { struct
Completed in 3 milliseconds