Searched refs:sk_stream_wait_memory (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/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 182 EXPORT_SYMBOL(sk_stream_wait_memory);
|
| /OK3568_Linux_fs/kernel/net/kcm/ |
| H A D | kcmsock.c | 804 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendpage() 823 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendpage() 831 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendpage() 933 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg() 943 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg() 1021 err = sk_stream_wait_memory(sk, &timeo); in kcm_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/xfrm/ |
| H A D | espintcp.c | 351 err = sk_stream_wait_memory(sk, &timeo); in espintcp_sendmsg()
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | tcp_bpf.c | 497 err = sk_stream_wait_memory(sk, &timeo); in tcp_bpf_sendmsg()
|
| H A D | tcp.c | 1082 err = sk_stream_wait_memory(sk, &timeo); in do_tcp_sendpages() 1411 err = sk_stream_wait_memory(sk, &timeo); in tcp_sendmsg_locked()
|
| /OK3568_Linux_fs/kernel/net/tls/ |
| H A D | tls_sw.c | 1098 ret = sk_stream_wait_memory(sk, &timeo); in tls_sw_sendmsg() 1242 ret = sk_stream_wait_memory(sk, &timeo); in tls_sw_do_sendpage()
|
| H A D | tls_device.c | 461 rc = sk_stream_wait_memory(sk, &timeo); in tls_push_data()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | sock.h | 1133 int sk_stream_wait_memory(struct sock *sk, long *timeo_p);
|
| /OK3568_Linux_fs/kernel/net/mptcp/ |
| H A D | protocol.c | 1223 ret = sk_stream_wait_memory(sk, &timeo); in mptcp_sendmsg()
|