Searched refs:pskb_network_may_pull (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/net/sched/ |
A D | em_ipset.c | 65 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()
|
A D | em_ipt.c | 217 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()
|
A D | act_ct.c | 473 if (!pskb_network_may_pull(skb, sizeof(*iph))) in tcf_ct_flow_table_fill_tuple_ipv4() 503 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv4() 546 if (!pskb_network_may_pull(skb, sizeof(*ip6h))) in tcf_ct_flow_table_fill_tuple_ipv6() 572 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv6()
|
/linux-6.3-rc2/include/net/ |
A D | inet_ecn.h | 195 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()
|
A D | addrconf.h | 254 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
|
A D | ip_tunnels.h | 351 return pskb_network_may_pull(skb, nhlen); in pskb_inet_may_pull()
|
/linux-6.3-rc2/drivers/net/wireguard/ |
A D | receive.c | 369 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-6.3-rc2/drivers/net/bonding/ |
A D | bond_alb.c | 659 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-6.3-rc2/net/ipv4/ |
A D | route.c | 1222 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) || in ipv4_send_dest_unreach() 1228 if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4)) in ipv4_send_dest_unreach()
|
/linux-6.3-rc2/include/linux/ |
A D | skbuff.h | 2968 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function
|
Completed in 55 milliseconds