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

/linux-master/net/tls/
H A Dtls_device.c330 !skb_page_frag_refill(prot->tag_size, pfrag, sk->sk_allocation)) {
375 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag,
/linux-master/net/ipv6/
H A Desp6.c517 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
628 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
/linux-master/net/ipv4/
H A Desp4.c482 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
591 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) {
H A Dtcp_output.c3952 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE),
/linux-master/net/core/
H A Dsock.c2896 * skb_page_frag_refill - check that a page_frag contains enough room
2905 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) function
2937 EXPORT_SYMBOL(skb_page_frag_refill); variable
2941 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation)))
/linux-master/include/linux/
H A Dskbuff.h3610 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
/linux-master/drivers/net/
H A Dtun.c1679 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL)))
H A Dvirtio_net.c748 if (unlikely(!skb_page_frag_refill(size, alloc_frag, gfp)))
/linux-master/net/mptcp/
H A Dprotocol.c1087 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag),

Completed in 291 milliseconds