Searched refs:pskb_network_may_pull (Results 1 – 8 of 8) 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 | 521 if (!pskb_network_may_pull(skb, sizeof(*iph))) in tcf_ct_flow_table_fill_tuple_ipv4() 551 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv4() 594 if (!pskb_network_may_pull(skb, sizeof(*ip6h))) in tcf_ct_flow_table_fill_tuple_ipv6() 620 if (!pskb_network_may_pull(skb, thoff + hdrsize)) in tcf_ct_flow_table_fill_tuple_ipv6()
|
/linux/include/net/ |
H 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()
|
/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() 1290 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr))) in alb_determine_nd() 1297 if (!pskb_network_may_pull(skb, sizeof(*ip6hdr) + sizeof(*hdr))) in alb_determine_nd() 1439 !pskb_network_may_pull(skb, sizeof(*iph))) { in bond_xmit_alb_slave_get()
|
/linux/drivers/net/ipvlan/ |
H A D | ipvlan_core.c | 430 if (!pskb_network_may_pull(skb, sizeof(struct iphdr))) in ipvlan_process_v4_outbound() 496 if (!pskb_network_may_pull(skb, sizeof(struct ipv6hdr))) { in ipvlan_process_v6_outbound()
|
/linux/net/ipv4/ |
H A D | route.c | 1224 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) || in ipv4_send_dest_unreach() 1230 if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4)) in ipv4_send_dest_unreach()
|