Home
last modified time | relevance | path

Searched refs:ip_comp_hdr (Results 1 – 10 of 10) sorted by relevance

/linux-6.15/include/net/
H A Dipcomp.h7 struct ip_comp_hdr;
16 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function
18 return (struct ip_comp_hdr *)skb_transport_header(skb); in ip_comp_hdr()
/linux-6.15/net/xfrm/
H A Dxfrm_ipcomp.c97 struct ip_comp_hdr *ipch = ip_comp_hdr(skb); in ipcomp_input_done2()
103 skb->len < (plen + sizeof(ip_comp_hdr)) ? -EINVAL : in ipcomp_input_done2()
220 struct ip_comp_hdr *ipch __maybe_unused; in ipcomp_input()
243 struct ip_comp_hdr *ipch; in ipcomp_output_done2()
250 ipch = ip_comp_hdr(skb); in ipcomp_output_done2()
274 struct ip_comp_hdr *ipch __maybe_unused; in ipcomp_compress()
H A Dxfrm_interface_core.c590 struct ip_comp_hdr *ipch; in xfrmi4_err()
607 ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); in xfrmi4_err()
651 struct ip_comp_hdr *ipch; in xfrmi6_err()
668 ipch = (struct ip_comp_hdr *)(skb->data + offset); in xfrmi6_err()
H A Dxfrm_input.c160 if (!pskb_may_pull(skb, sizeof(struct ip_comp_hdr))) in xfrm_parse_spi()
/linux-6.15/net/netfilter/
H A Dxt_ipcomp.c42 struct ip_comp_hdr _comphdr; in comp_mt()
43 const struct ip_comp_hdr *chdr; in comp_mt()
/linux-6.15/net/ipv6/
H A Dipcomp6.c50 struct ip_comp_hdr *ipcomph = in ipcomp6_err()
51 (struct ip_comp_hdr *)(skb->data + offset); in ipcomp6_err()
H A Dip6_vti.c602 struct ip_comp_hdr *ipch; in vti6_err()
623 ipch = (struct ip_comp_hdr *)(skb->data + offset); in vti6_err()
/linux-6.15/net/ipv4/
H A Dipcomp.c27 struct ip_comp_hdr *ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); in ipcomp4_err()
H A Dip_vti.c323 struct ip_comp_hdr *ipch; in vti4_err()
349 ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); in vti4_err()
/linux-6.15/include/uapi/linux/
H A Dip.h127 struct ip_comp_hdr { struct