Searched defs:ip_comp_hdr (Results 1 – 2 of 2) sorted by relevance
123 struct ip_comp_hdr { struct124 __u8 nexthdr;125 __u8 flags;126 __be16 cpi;
24 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function