Searched refs:ip_comp_hdr (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/include/net/
H A Dipcomp.h15 struct ip_comp_hdr;
24 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) ip_comp_hdr() function
26 return (struct ip_comp_hdr *)skb_transport_header(skb); ip_comp_hdr()
/linux-4.4.14/net/xfrm/
H A Dxfrm_ipcomp.c57 if (dlen < (plen + sizeof(struct ip_comp_hdr))) { ipcomp_decompress()
114 struct ip_comp_hdr *ipch; ipcomp_input()
155 if ((dlen + sizeof(struct ip_comp_hdr)) >= plen) { ipcomp_compress()
160 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen); ipcomp_compress()
163 pskb_trim(skb, dlen + sizeof(struct ip_comp_hdr)); ipcomp_compress()
174 struct ip_comp_hdr *ipch; ipcomp_output()
192 ipch = ip_comp_hdr(skb); ipcomp_output()
H A Dxfrm_input.c145 if (!pskb_may_pull(skb, sizeof(struct ip_comp_hdr))) xfrm_parse_spi()
/linux-4.4.14/net/netfilter/
H A Dxt_ipcomp.c44 struct ip_comp_hdr _comphdr; comp_mt()
45 const struct ip_comp_hdr *chdr; comp_mt()
/linux-4.4.14/net/ipv4/
H A Dipcomp.c31 struct ip_comp_hdr *ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); ipcomp4_err()
H A Dip_vti.c253 struct ip_comp_hdr *ipch; vti4_err()
276 ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); vti4_err()
/linux-4.4.14/net/ipv6/
H A Dipcomp6.c62 struct ip_comp_hdr *ipcomph = ipcomp6_err()
63 (struct ip_comp_hdr *)(skb->data + offset); ipcomp6_err()
H A Dip6_vti.c562 struct ip_comp_hdr *ipch; vti6_err()
583 ipch = (struct ip_comp_hdr *)(skb->data + offset); vti6_err()
/linux-4.4.14/include/uapi/linux/
H A Dip.h123 struct ip_comp_hdr { struct

Completed in 136 milliseconds