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

/net/core/
H A Dsock.c1815 * skb_page_frag_refill - check that a page_frag contains enough room
1824 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) function
1853 EXPORT_SYMBOL(skb_page_frag_refill); variable
1857 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation)))

Completed in 10 milliseconds