Searched refs:skb_page_frag_refill (Results 1 – 9 of 9) sorted by relevance
/linux/net/ipv6/ |
H A D | esp6.c | 510 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 D | esp4.c | 481 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 D | tcp_output.c | 3995 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE), in tcp_send_syn_data()
|
/linux/net/tls/ |
H A D | tls_device.c | 327 !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 D | sock.c | 2993 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 D | skbuff.h | 3636 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
|
/linux/drivers/net/ |
H A D | tun.c | 1681 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
|
H A D | virtio_net.c | 949 if (unlikely(!skb_page_frag_refill(size, alloc_frag, gfp))) in virtnet_rq_alloc()
|
/linux/net/mptcp/ |
H A D | protocol.c | 1108 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()
|