Searched refs:skb_page_frag_refill (Results 1 – 6 of 6) sorted by relevance
/net/ipv4/ |
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()
|
D | tcp_output.c | 3893 !skb_page_frag_refill(min_t(size_t, space, PAGE_SIZE), in tcp_send_syn_data()
|
/net/ipv6/ |
D | esp6.c | 516 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_head() 627 if (unlikely(!skb_page_frag_refill(allocsize, pfrag, GFP_ATOMIC))) { in esp6_output_tail()
|
/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()
|
/net/core/ |
D | sock.c | 2919 bool skb_page_frag_refill(unsigned int sz, struct page_frag *pfrag, gfp_t gfp) in skb_page_frag_refill() function 2951 EXPORT_SYMBOL(skb_page_frag_refill); 2955 if (likely(skb_page_frag_refill(32U, pfrag, sk->sk_allocation))) in sk_page_frag_refill()
|
/net/mptcp/ |
D | protocol.c | 1085 if (likely(skb_page_frag_refill(32U + sizeof(struct mptcp_data_frag), in mptcp_page_frag_refill()
|