Searched defs:ip_comp_hdr (Results 1 – 4 of 4) sorted by relevance
124 struct ip_comp_hdr { struct125 __u8 nexthdr;126 __u8 flags;127 __be16 cpi;
105 struct ip_comp_hdr { struct106 __u8 nexthdr;107 __u8 flags;108 __be16 cpi;
95 struct ip_comp_hdr { struct96 __u8 nexthdr;97 __u8 flags;98 __be16 cpi;
25 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function