Home
last modified time | relevance | path

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

/Linux-v5.4/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()
Dcls_rsvp.h141 if (!pskb_network_may_pull(skb, sizeof(*nhptr))) in rsvp_classify()
147 if (!pskb_network_may_pull(skb, sizeof(*nhptr))) in rsvp_classify()
/Linux-v5.4/include/net/
Daddrconf.h249 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
Dip_tunnels.h329 return pskb_network_may_pull(skb, nhlen); in pskb_inet_may_pull()
/Linux-v5.4/net/ipv4/
Droute.c1203 if (!pskb_network_may_pull(skb, sizeof(struct iphdr)) || in ipv4_send_dest_unreach()
1209 if (!pskb_network_may_pull(skb, ip_hdr(skb)->ihl * 4)) in ipv4_send_dest_unreach()
/Linux-v5.4/include/linux/
Dskbuff.h2582 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function