Searched refs:skb_page_frag_refill (Results 1 – 9 of 9) sorted by relevance
/Linux-v6.6/net/ipv6/ |
D | esp6.c | 517 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 628 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
|
/Linux-v6.6/net/ipv4/ |
D | esp4.c | 482 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 591 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
|
D | tcp_output.c | 3876 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE), in tcp_send_syn_data()
|
/Linux-v6.6/net/tls/ |
D | tls_device.c | 333 !skb_page_frag_refill(prot->tag_size, pfrag, sk->sk_allocation)) { in tls_device_record_close() 378 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
|
/Linux-v6.6/net/core/ |
D | sock.c | 2904 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function 2936 EXPORT_SYMBOL(skb_page_frag_refill); 2940 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
|
/Linux-v6.6/drivers/net/ |
D | tun.c | 1679 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
|
D | virtio_net.c | 680 if (unlikely(!skb_page_frag_refill(size, alloc_frag, gfp))) in virtnet_rq_alloc()
|
/Linux-v6.6/include/linux/ |
D | skbuff.h | 3520 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
|
/Linux-v6.6/net/mptcp/ |
D | protocol.c | 1098 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()
|