Home
last modified time | relevance | path

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

/linux/net/tls/
H A Dtls_device.c387 if (!sk_page_frag_refill(sk, pfrag)) in tls_do_allocation()
/linux/net/core/
H A Dskmsg.c40 if (!sk_page_frag_refill(sk, pfrag)) { in sk_msg_alloc()
H A Dsock.c3149 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag) in sk_page_frag_refill() function
3158 EXPORT_SYMBOL(sk_page_frag_refill);
/linux/net/kcm/
H A Dkcmsock.c810 if (!sk_page_frag_refill(sk, pfrag)) in kcm_sendmsg()
/linux/net/ipv6/
H A Dip6_output.c1775 if (!sk_page_frag_refill(sk, pfrag)) in __ip6_append_data()
/linux/include/net/
H A Dsock.h2577 bool sk_page_frag_refill(struct sock *sk, struct page_frag *pfrag);
/linux/net/ipv4/
H A Dtcp.c1228 if (!sk_page_frag_refill(sk, pfrag)) in tcp_sendmsg_locked()