Symbol: pskb_network_may_pull
drivers/net/bonding/bond_alb.c
1289
if (!pskb_network_may_pull(skb, sizeof(*ip6hdr)))
drivers/net/bonding/bond_alb.c
1296
if (!pskb_network_may_pull(skb, sizeof(*ip6hdr) + sizeof(*hdr)))
drivers/net/bonding/bond_alb.c
1438
!pskb_network_may_pull(skb, sizeof(*iph))) {
drivers/net/bonding/bond_alb.c
659
if (!pskb_network_may_pull(skb, sizeof(*arp)))
drivers/net/ipvlan/ipvlan_core.c
441
if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
drivers/net/ipvlan/ipvlan_core.c
507
if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) {
drivers/net/ovpn/skb.h
47
if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
drivers/net/ovpn/skb.h
53
if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))
drivers/net/wireguard/receive.c
369
if (unlikely(!(pskb_network_may_pull(skb, sizeof(struct iphdr)) &&
drivers/net/wireguard/receive.c
372
pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))))))
include/net/addrconf.h
287
!pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr)))
include/net/inet_ecn.h
209
if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
include/net/inet_ecn.h
214
if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))
net/ipv4/icmp.c
760
if (!pskb_network_may_pull(skb, payload_len))
net/ipv4/route.c
1237
if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) ||
net/ipv4/route.c
1243
if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4))
net/ipv6/icmp.c
602
if (!pskb_network_may_pull(skb, payload_len))
net/sched/act_ct.c
523
if (!pskb_network_may_pull(skb, sizeof(*iph)))
net/sched/act_ct.c
553
if (!pskb_network_may_pull(skb, thoff + hdrsize))
net/sched/act_ct.c
596
if (!pskb_network_may_pull(skb, sizeof(*ip6h)))
net/sched/act_ct.c
622
if (!pskb_network_may_pull(skb, thoff + hdrsize))
net/sched/em_ipset.c
65
if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
net/sched/em_ipset.c
71
if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))
net/sched/em_ipt.c
217
if (!pskb_network_may_pull(skb, sizeof(struct iphdr)))
net/sched/em_ipt.c
223
if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr)))