Searched refs:pskb_network_may_pull (Results 1 – 4 of 4) sorted by relevance
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()
269 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
459 return pskb_network_may_pull(skb, nhlen); in pskb_inet_may_pull()
3165 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function