Home
last modified time | relevance | path

Searched refs:__skb_pagelen (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dskbuff.h2163 static inline unsigned int __skb_pagelen(const struct sk_buff *skb) in __skb_pagelen() function
2174 return skb_headlen(skb) + __skb_pagelen(skb); in skb_pagelen()
/OK3568_Linux_fs/kernel/net/core/
H A Dskbuff.c1366 new_frags = (__skb_pagelen(skb) + PAGE_SIZE - 1) >> PAGE_SHIFT; in skb_copy_ubufs()
4495 !__pskb_pull_tail(skb, __skb_pagelen(skb))) in skb_cow_data()