Home
last modified time | relevance | path

Searched refs:skb_page_frag_refill (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/net/ipv6/
Desp6.c254 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head()
365 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
/Linux-v5.4/net/ipv4/
Desp4.c309 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head()
424 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
/Linux-v5.4/net/tls/
Dtls_device.c304 if (likely(skb_page_frag_refill(prot->tag_size, pfrag, in tls_device_record_close()
354 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
/Linux-v5.4/net/core/
Dsock.c2360 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function
2392 EXPORT_SYMBOL(skb_page_frag_refill);
2396 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
/Linux-v5.4/drivers/net/
Dvirtio_net.c1086 if (unlikely(!skb_page_frag_refill(len, alloc_frag, gfp))) in add_recvbuf_small()
1182 if (unlikely(!skb_page_frag_refill(len + room, alloc_frag, gfp))) in add_recvbuf_mergeable()
Dtun.c1677 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
/Linux-v5.4/include/linux/
Dskbuff.h3052 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);