Searched defs:ip_comp_hdr (Results 1 – 2 of 2) sorted by relevance
136 struct ip_comp_hdr { struct137 __u8 nexthdr;138 __u8 flags;139 __be16 cpi;
24 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function