Searched refs:skb_page_frag_refill (Results 1 – 8 of 8) sorted by relevance
/Linux-v5.15/net/ipv6/ |
D | esp6.c | 513 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 624 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
|
/Linux-v5.15/net/ipv4/ |
D | esp4.c | 477 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 588 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
|
/Linux-v5.15/net/tls/ |
D | tls_device.c | 318 if (likely(skb_page_frag_refill(prot->tag_size, pfrag, in tls_device_record_close() 368 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
|
/Linux-v5.15/net/core/ |
D | sock.c | 2607 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function 2639 EXPORT_SYMBOL(skb_page_frag_refill); 2643 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
|
/Linux-v5.15/drivers/net/ |
D | virtio_net.c | 1188 if (unlikely(!skb_page_frag_refill(len, alloc_frag, gfp))) in add_recvbuf_small() 1284 if (unlikely(!skb_page_frag_refill(len + room, alloc_frag, gfp))) in add_recvbuf_mergeable()
|
D | tun.c | 1584 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
|
/Linux-v5.15/include/linux/ |
D | skbuff.h | 3187 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
|
/Linux-v5.15/net/mptcp/ |
D | protocol.c | 1153 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()
|