Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dipcomp.h16 struct ip_comp_hdr;
25 static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb) in ip_comp_hdr() function
27 return (struct ip_comp_hdr *)skb_transport_header(skb); in ip_comp_hdr()
/OK3568_Linux_fs/kernel/net/xfrm/
H A Dxfrm_ipcomp.c53 if (dlen < (plen + sizeof(struct ip_comp_hdr))) { in ipcomp_decompress()
110 struct ip_comp_hdr *ipch; in ipcomp_input()
151 if ((dlen + sizeof(struct ip_comp_hdr)) >= plen) { in ipcomp_compress()
156 memcpy(start + sizeof(struct ip_comp_hdr), scratch, dlen); in ipcomp_compress()
159 pskb_trim(skb, dlen + sizeof(struct ip_comp_hdr)); in ipcomp_compress()
170 struct ip_comp_hdr *ipch; in ipcomp_output()
188 ipch = ip_comp_hdr(skb); in ipcomp_output()
H A Dxfrm_interface.c414 struct ip_comp_hdr *ipch; in xfrmi4_err()
431 ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); in xfrmi4_err()
474 struct ip_comp_hdr *ipch; in xfrmi6_err()
491 ipch = (struct ip_comp_hdr *)(skb->data + offset); in xfrmi6_err()
H A Dxfrm_input.c156 if (!pskb_may_pull(skb, sizeof(struct ip_comp_hdr))) in xfrm_parse_spi()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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.c318 struct ip_comp_hdr *ipch; in vti4_err()
341 ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2)); in vti4_err()
/OK3568_Linux_fs/kernel/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.c606 struct ip_comp_hdr *ipch; in vti6_err()
627 ipch = (struct ip_comp_hdr *)(skb->data + offset); in vti6_err()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dip.h124 struct ip_comp_hdr { struct
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dip.h130 struct ip_comp_hdr { struct
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dip.h124 struct ip_comp_hdr { struct