Searched refs:pskb_network_may_pull (Results 1 – 13 of 13) sorted by relevance
| /linux/net/sched/ |
| H 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()
|
| H 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()
|
| H A D | act_ct.c | 527 if (!pskb_network_may_pull(skb, sizeof(*iph))) in tcf_ct_flow_table_fill_tuple_ipv4() 557 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv4() 600 if (!pskb_network_may_pull(skb, sizeof(*ip6h))) in tcf_ct_flow_table_fill_tuple_ipv6() 626 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv6()
|
| /linux/drivers/net/wireguard/ |
| H 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/drivers/net/bonding/ |
| H A D | bond_alb.c | 659 if (!pskb_network_may_pull(skb, sizeof(*arp))) in rlb_arp_xmit() 1295 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr))) in alb_determine_nd() 1302 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr) + sizeof(*hdr))) in alb_determine_nd() 1444 !pskb_network_may_pull(skb, sizeof(*iph))) { in bond_xmit_alb_slave_get()
|
| /linux/include/net/ |
| H A D | addrconf.h | 287 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_mdb.c | 1645 if (!pskb_network_may_pull(skb, sizeof(struct iphdr))) in vxlan_mdb_entry_skb_get() 1654 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) in vxlan_mdb_entry_skb_get()
|
| H A D | vxlan_core.c | 1864 if (!pskb_network_may_pull(skb, arp_hdr_len(dev))) { in arp_reduce() 2131 if (!pskb_network_may_pull(skb, sizeof(struct iphdr))) in route_shortcircuit() 2157 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) in route_shortcircuit() 2783 pskb_network_may_pull(skb, sizeof(struct ipv6hdr) + in vxlan_xmit()
|
| /linux/net/ipv6/ |
| H A D | icmp.c | 602 if (!pskb_network_may_pull(skb, payload_len)) in icmp6_ext_append()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel_core.c | 299 if (!pskb_network_may_pull(skb, iph->ihl * 4 + in iptunnel_pmtud_check_icmp()
|
| H A D | icmp.c | 775 if (!pskb_network_may_pull(skb, payload_len)) in icmp_ext_append()
|
| H A D | route.c | 1264 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) || in ipv4_send_dest_unreach() 1270 if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4)) in ipv4_send_dest_unreach()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 3297 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function
|