Searched refs:__skb_pagelen (Results 1 - 2 of 2) sorted by path

/linux-master/include/linux/
H A Dskbuff.h2438 static inline unsigned int __skb_pagelen(const struct sk_buff *skb) function
2449 return skb_headlen(skb) + __skb_pagelen(skb);
/linux-master/net/core/
H A Dskbuff.c1953 while ((PAGE_SIZE << order) * MAX_SKB_FRAGS < __skb_pagelen(skb))
1957 new_frags = (__skb_pagelen(skb) + psize - 1) >> (PAGE_SHIFT + order);
5182 !__pskb_pull_tail(skb, __skb_pagelen(skb)))

Completed in 233 milliseconds