Home
last modified time | relevance | path

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

/Linux-v6.6/net/sched/
Dem_ipset.c65 if (!pskb_network_may_pull(skb, sizeof(struct iphdr))) in em_ipset_match()
71 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) in em_ipset_match()
Dem_ipt.c217 if (!pskb_network_may_pull(skb, sizeof(struct iphdr))) in em_ipt_match()
223 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) in em_ipt_match()
Dact_ct.c482 if (!pskb_network_may_pull(skb, sizeof(*iph))) in tcf_ct_flow_table_fill_tuple_ipv4()
512 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv4()
555 if (!pskb_network_may_pull(skb, sizeof(*ip6h))) in tcf_ct_flow_table_fill_tuple_ipv6()
581 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv6()
/Linux-v6.6/include/net/
Dinet_ecn.h195 if (!pskb_network_may_pull(skb, sizeof(struct iphdr))) in skb_get_dsfield()
200 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) in skb_get_dsfield()
Daddrconf.h254 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
Dip_tunnels.h360 return pskb_network_may_pull(skb, nhlen); in pskb_inet_may_pull()
/Linux-v6.6/drivers/net/wireguard/
Dreceive.c369 if (unlikely(!(pskb_network_may_pull(skb, sizeof(struct iphdr)) && in wg_packet_consume_data_done()
372 pskb_network_may_pull(skb, sizeof(struct ipv6hdr))))))) in wg_packet_consume_data_done()
/Linux-v6.6/drivers/net/bonding/
Dbond_alb.c659 if (!pskb_network_may_pull(skb, sizeof(*arp))) in rlb_arp_xmit()
1289 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr))) in alb_determine_nd()
1296 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr) + sizeof(*hdr))) in alb_determine_nd()
1438 !pskb_network_may_pull(skb, sizeof(*iph))) { in bond_xmit_alb_slave_get()
/Linux-v6.6/net/ipv4/
Droute.c1223 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) || in ipv4_send_dest_unreach()
1229 if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4)) in ipv4_send_dest_unreach()
/Linux-v6.6/include/linux/
Dskbuff.h2994 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function