Searched refs:sk_stream_wait_memory (Results 1 – 9 of 9) sorted by relevance
| /linux/net/core/ |
| H A D | stream.c | 122 int sk_stream_wait_memory(struct sock *sk, long *timeo_p) in sk_stream_wait_memory() function 188 EXPORT_SYMBOL(sk_stream_wait_memory);
|
| /linux/net/kcm/ |
| H A D | kcmsock.c | 779 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg() 789 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg() 890 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg()
|
| /linux/net/xfrm/ |
| H A D | espintcp.c | 360 err = sk_stream_wait_memory(sk, &timeo); in espintcp_sendmsg()
|
| /linux/net/ipv4/ |
| H A D | tcp_bpf.c | 591 err = sk_stream_wait_memory(sk, &timeo); in tcp_bpf_sendmsg()
|
| H A D | tcp.c | 1418 err = sk_stream_wait_memory(sk, &timeo); in tcp_sendmsg_locked()
|
| /linux/net/tls/ |
| H A D | tls_device.c | 470 rc = sk_stream_wait_memory(sk, &timeo); in tls_push_data()
|
| H A D | tls_sw.c | 1231 ret = sk_stream_wait_memory(sk, &timeo); in tls_sw_sendmsg_locked()
|
| /linux/include/net/ |
| H A D | sock.h | 1236 int sk_stream_wait_memory(struct sock *sk, long *timeo_p);
|
| /linux/net/mptcp/ |
| H A D | protocol.c | 1973 ret = sk_stream_wait_memory(sk, &timeo); in mptcp_sendmsg()
|