Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/core/
H A Dstream.c118 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 Dkcmsock.c804 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 Despintcp.c351 err = sk_stream_wait_memory(sk, &timeo); in espintcp_sendmsg()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_bpf.c497 err = sk_stream_wait_memory(sk, &timeo); in tcp_bpf_sendmsg()
H A Dtcp.c1082 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 Dtls_sw.c1098 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 Dtls_device.c461 rc = sk_stream_wait_memory(sk, &timeo); in tls_push_data()
/OK3568_Linux_fs/kernel/include/net/
H A Dsock.h1133 int sk_stream_wait_memory(struct sock *sk, long *timeo_p);
/OK3568_Linux_fs/kernel/net/mptcp/
H A Dprotocol.c1223 ret = sk_stream_wait_memory(sk, &timeo); in mptcp_sendmsg()