Searched refs:skb_page_frag_refill (Results 1 – 8 of 8) sorted by relevance
| /linux/net/tls/ |
| H A D | tls_device.c | 329 !skb_page_frag_refill(prot->tag_size, pfrag, sk->sk_allocation)) { in tls_device_record_close() 374 if (unlikely(!skb_page_frag_refill(prepend_size, pfrag, in tls_do_allocation()
|
| /linux/net/ipv4/ |
| H A D | esp4.c | 445 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_head() 554 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp_output_tail()
|
| H A D | tcp_output.c | 4223 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE), in tcp_send_syn_data()
|
| /linux/net/ipv6/ |
| H A D | esp6.c | 474 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 585 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
|
| /linux/net/core/ |
| H A D | sock.c | 3137 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function 3169 EXPORT_SYMBOL(skb_page_frag_refill); 3173 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
|
| /linux/drivers/net/ |
| H A D | tun.c | 1622 if (unlikely(!skb_page_frag_refill(buflen, alloc_frag, GFP_KERNEL))) in tun_build_skb()
|
| /linux/include/linux/ |
| H A D | skbuff.h | 3790 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t prio);
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1170 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()
|