Searched defs:ip_comp_hdr (Results 1 – 2 of 2) sorted by relevance
126 struct ip_comp_hdr { struct127 __u8 nexthdr;128 __u8 flags;129 __be16 cpi;
27 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function