Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Desp6.c510 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head()
621 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
/linux/net/ipv4/
H A Desp4.c481 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head()
590 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
H A Dtcp_output.c3995 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE), in tcp_send_syn_data()
/linux/net/tls/
H A Dtls_device.c327 !skb_page_frag_refill(prot->tag_size, pfrag, sk->sk_allocation)) { in tls_device_record_close()
372 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
/linux/net/core/
H A Dsock.c2993 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function
3025 EXPORT_SYMBOL(skb_page_frag_refill);
3029 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
/linux/include/linux/
H A Dskbuff.h3636 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
/linux/drivers/net/
H A Dtun.c1681 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
H A Dvirtio_net.c949 if (unlikely(!skb_page_frag_refill(size, alloc_frag, gfp))) in virtnet_rq_alloc()
/linux/net/mptcp/
H A Dprotocol.c1108 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()