Home
last modified time | relevance | path

Searched refs:sk_stream_wait_memory (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/net/core/
H A Dstream.c118 int sk_stream_wait_memory(struct sock *sk, long *timeo_p) in sk_stream_wait_memory() function
184 EXPORT_SYMBOL(sk_stream_wait_memory);
/openbmc/linux/net/kcm/
H A Dkcmsock.c777 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg()
787 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg()
888 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg()
/openbmc/linux/net/xfrm/
H A Despintcp.c356 err = sk_stream_wait_memory(sk, &timeo); in espintcp_sendmsg()
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c568 err = sk_stream_wait_memory(sk, &timeo); in tcp_bpf_sendmsg()
H A Dtcp.c1302 err = sk_stream_wait_memory(sk, &timeo); in tcp_sendmsg_locked()
/openbmc/linux/net/tls/
H A Dtls_device.c473 rc = sk_stream_wait_memory(sk, &timeo); in tls_push_data()
H A Dtls_sw.c1190 ret = sk_stream_wait_memory(sk, &timeo); in tls_sw_sendmsg_locked()
/openbmc/linux/include/net/
H A Dsock.h1209 int sk_stream_wait_memory(struct sock *sk, long *timeo_p);
/openbmc/linux/net/mptcp/
H A Dprotocol.c1888 ret = sk_stream_wait_memory(sk, &timeo); in mptcp_sendmsg()