Searched refs:sk_stream_wait_memory (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/net/core/ |
H A D | stream.c | 118 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 D | kcmsock.c | 777 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 D | espintcp.c | 356 err = sk_stream_wait_memory(sk, &timeo); in espintcp_sendmsg()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_bpf.c | 568 err = sk_stream_wait_memory(sk, &timeo); in tcp_bpf_sendmsg()
|
H A D | tcp.c | 1302 err = sk_stream_wait_memory(sk, &timeo); in tcp_sendmsg_locked()
|
/openbmc/linux/net/tls/ |
H A D | tls_device.c | 473 rc = sk_stream_wait_memory(sk, &timeo); in tls_push_data()
|
H A D | tls_sw.c | 1190 ret = sk_stream_wait_memory(sk, &timeo); in tls_sw_sendmsg_locked()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 1209 int sk_stream_wait_memory(struct sock *sk, long *timeo_p);
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 1888 ret = sk_stream_wait_memory(sk, &timeo); in mptcp_sendmsg()
|