Searched defs:pskb_may_pull (Results 1 - 1 of 1) sorted by relevance

/include/linux/
H A Dskbuff.h1718 static inline int pskb_may_pull(struct sk_buff *skb, unsigned int len) function
1977 return pskb_may_pull(skb, skb_network_offset(skb) + len);

Completed in 66 milliseconds