Searched refs:pskb_network_may_pull (Results 1 - 11 of 11) sorted by relevance

/linux-master/net/sched/
H A Dem_ipset.c65 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
71 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))
H A Dem_ipt.c217 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
223 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))
H A Dact_ct.c515 if (!pskb_network_may_pull(skb, sizeof(*iph)))
545 if (!pskb_network_may_pull(skb, thoff + hdrsize))
588 if (!pskb_network_may_pull(skb, sizeof(*ip6h)))
614 if (!pskb_network_may_pull(skb, thoff + hdrsize))
/linux-master/include/net/
H A Dinet_ecn.h195 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
200 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))
H A Daddrconf.h263 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr)))
H A Dip_tunnels.h361 return pskb_network_may_pull(skb, nhlen);
/linux-master/drivers/net/wireguard/
H A Dreceive.c369 if (unlikely(!(pskb_network_may_pull(skb, sizeof(struct iphdr)) &&
372 pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))))))
/linux-master/drivers/net/bonding/
H A Dbond_alb.c659 if (!pskb_network_may_pull(skb, sizeof(*arp)))
1290 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr)))
1297 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr) + sizeof(*hdr)))
1439 !pskb_network_may_pull(skb, sizeof(*iph))) {
/linux-master/net/ipv4/
H A Dip_gre.c650 if (!pskb_network_may_pull(skb, pull_len))
H A Droute.c1221 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) ||
1227 if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4))
/linux-master/include/linux/
H A Dskbuff.h3070 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) function

Completed in 198 milliseconds