Home
last modified time | relevance | path

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

/Linux-v6.6/net/ipv6/
Desp6.c517 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/
Desp4.c482 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()
Dtcp_output.c3876 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE), in tcp_send_syn_data()
/Linux-v6.6/net/tls/
Dtls_device.c333 !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/
Dsock.c2904 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/
Dtun.c1679 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
Dvirtio_net.c680 if (unlikely(!skb_page_frag_refill(size, alloc_frag, gfp))) in virtnet_rq_alloc()
/Linux-v6.6/include/linux/
Dskbuff.h3520 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
/Linux-v6.6/net/mptcp/
Dprotocol.c1098 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()