Searched refs:pskb_network_may_pull (Results 1 – 4 of 4) sorted by relevance
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()
145 if (!pskb_network_may_pull(skb, sizeof(*nhptr))) in rsvp_classify()151 if (!pskb_network_may_pull(skb, sizeof(*nhptr))) in rsvp_classify()
210 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
2132 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function