Searched refs:sk_page_frag_refill (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/net/core/ |
D | sock.c | 2230 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag) in sk_page_frag_refill() function 2239 EXPORT_SYMBOL(sk_page_frag_refill); 2256 if (!sk_page_frag_refill(sk, pfrag)) { in sk_alloc_sg()
|
D | skbuff.c | 2113 if (!sk_page_frag_refill(sk, pfrag)) in linear_to_page() 3412 if (!sk_page_frag_refill(sk, pfrag)) in skb_append_datato_frags()
|
/Linux-v4.19/net/tls/ |
D | tls_device.c | 337 if (!sk_page_frag_refill(sk, pfrag)) in tls_do_allocation()
|
/Linux-v4.19/net/ipv4/ |
D | ip_output.c | 1074 if (!sk_page_frag_refill(sk, pfrag)) in __ip_append_data()
|
D | tcp.c | 1321 if (!sk_page_frag_refill(sk, pfrag)) in tcp_sendmsg_locked()
|
/Linux-v4.19/include/net/ |
D | sock.h | 2213 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag);
|
/Linux-v4.19/net/kcm/ |
D | kcmsock.c | 960 if (!sk_page_frag_refill(sk, pfrag)) in kcm_sendmsg()
|
/Linux-v4.19/net/ipv6/ |
D | ip6_output.c | 1512 if (!sk_page_frag_refill(sk, pfrag)) in __ip6_append_data()
|