Searched refs:skb_page_frag_refill (Results 1 – 7 of 7) sorted by relevance
| /Linux-v4.19/net/ipv6/ |
| D | esp6.c | 265 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 376 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
|
| /Linux-v4.19/net/ipv4/ |
| D | esp4.c | 297 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 412 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
|
| /Linux-v4.19/net/core/ |
| D | sock.c | 2197 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function 2228 EXPORT_SYMBOL(skb_page_frag_refill); 2232 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
|
| /Linux-v4.19/net/tls/ |
| D | tls_device.c | 322 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
|
| /Linux-v4.19/drivers/net/ |
| D | virtio_net.c | 1061 if (unlikely(!skb_page_frag_refill(len, alloc_frag, gfp))) in add_recvbuf_small() 1157 if (unlikely(!skb_page_frag_refill(len + room, alloc_frag, gfp))) in add_recvbuf_mergeable()
|
| D | tun.c | 1475 if (!skb_page_frag_refill(fragsz, pfrag, GFP_KERNEL)) { in tun_napi_alloc_frags() 1601 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
|
| /Linux-v4.19/include/linux/ |
| D | skbuff.h | 2837 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
|