Home
last modified time | relevance | path

Searched refs:sk_page_frag_refill (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/net/core/
Dsock.c2230 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()
Dskbuff.c2113 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/
Dtls_device.c337 if (!sk_page_frag_refill(sk, pfrag)) in tls_do_allocation()
/Linux-v4.19/net/ipv4/
Dip_output.c1074 if (!sk_page_frag_refill(sk, pfrag)) in __ip_append_data()
Dtcp.c1321 if (!sk_page_frag_refill(sk, pfrag)) in tcp_sendmsg_locked()
/Linux-v4.19/include/net/
Dsock.h2213 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag);
/Linux-v4.19/net/kcm/
Dkcmsock.c960 if (!sk_page_frag_refill(sk, pfrag)) in kcm_sendmsg()
/Linux-v4.19/net/ipv6/
Dip6_output.c1512 if (!sk_page_frag_refill(sk, pfrag)) in __ip6_append_data()