Searched defs:ip_comp_hdr (Results 1 – 2 of 2) sorted by relevance
124 struct ip_comp_hdr { struct125 __u8 nexthdr;126 __u8 flags;127 __be16 cpi;
25 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function