Symbol: ip_comp_hdr
include/net/ipcomp.h
16
static inline struct ip_comp_hdr *ip_comp_hdr(const struct sk_buff *skb)
include/net/ipcomp.h
18
return (struct ip_comp_hdr *)skb_transport_header(skb);
include/net/ipcomp.h
7
struct ip_comp_hdr;
net/ipv4/ip_vti.c
323
struct ip_comp_hdr *ipch;
net/ipv4/ip_vti.c
349
ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
net/ipv4/ipcomp.c
27
struct ip_comp_hdr *ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
net/ipv6/ip6_vti.c
602
struct ip_comp_hdr *ipch;
net/ipv6/ip6_vti.c
623
ipch = (struct ip_comp_hdr *)(skb->data + offset);
net/ipv6/ipcomp6.c
50
struct ip_comp_hdr *ipcomph =
net/ipv6/ipcomp6.c
51
(struct ip_comp_hdr *)(skb->data + offset);
net/netfilter/xt_ipcomp.c
42
struct ip_comp_hdr _comphdr;
net/netfilter/xt_ipcomp.c
43
const struct ip_comp_hdr *chdr;
net/xfrm/xfrm_input.c
163
if (!pskb_may_pull(skb, sizeof(struct ip_comp_hdr)))
net/xfrm/xfrm_interface_core.c
590
struct ip_comp_hdr *ipch;
net/xfrm/xfrm_interface_core.c
607
ipch = (struct ip_comp_hdr *)(skb->data+(iph->ihl<<2));
net/xfrm/xfrm_interface_core.c
651
struct ip_comp_hdr *ipch;
net/xfrm/xfrm_interface_core.c
668
ipch = (struct ip_comp_hdr *)(skb->data + offset);
net/xfrm/xfrm_ipcomp.c
103
skb->len < (plen + sizeof(ip_comp_hdr)) ? -EINVAL :
net/xfrm/xfrm_ipcomp.c
220
struct ip_comp_hdr *ipch __maybe_unused;
net/xfrm/xfrm_ipcomp.c
243
struct ip_comp_hdr *ipch;
net/xfrm/xfrm_ipcomp.c
250
ipch = ip_comp_hdr(skb);
net/xfrm/xfrm_ipcomp.c
274
struct ip_comp_hdr *ipch __maybe_unused;
net/xfrm/xfrm_ipcomp.c
97
struct ip_comp_hdr *ipch = ip_comp_hdr(skb);