Home
last modified time | relevance | path

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

/linux/net/sched/
H A 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()
H A 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()
H A Dact_ct.c527 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 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/include/net/
H A Daddrconf.h287 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
/linux/net/ipv6/
H A Dicmp.c602 if (!pskb_network_may_pull(skb, payload_len)) in icmp6_ext_append()
/linux/net/ipv4/
H A Dicmp.c760 if (!pskb_network_may_pull(skb, payload_len)) in icmp_ext_append()
/linux/include/linux/
H A Dskbuff.h3267 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function