Home
last modified time | relevance | path

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

/include/net/
Dinet_ecn.h195 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()
Daddrconf.h269 !pskb_network_may_pull(skb, offset + sizeof(struct icmp6hdr))) in ipv6_is_mld()
Dip_tunnels.h459 return pskb_network_may_pull(skb, nhlen); in pskb_inet_may_pull()
/include/linux/
Dskbuff.h3165 static inline int pskb_network_may_pull(struct sk_buff *skb, unsigned int len) in pskb_network_may_pull() function