Searched refs:sk_stream_wait_memory (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/net/core/
H A Dstream.c113 * sk_stream_wait_memory - Wait for more memory for a socket
117 int sk_stream_wait_memory(struct sock *sk, long *timeo_p) sk_stream_wait_memory() function
178 EXPORT_SYMBOL(sk_stream_wait_memory); variable
/linux-4.4.14/net/ipv4/
H A Dtcp.c994 err = sk_stream_wait_memory(sk, &timeo); do_tcp_sendpages()
1275 err = sk_stream_wait_memory(sk, &timeo); tcp_sendmsg()
/linux-4.4.14/include/net/
H A Dsock.h927 int sk_stream_wait_memory(struct sock *sk, long *timeo_p);
/linux-4.4.14/net/sctp/
H A Dsocket.c1584 /* BUG: We do not implement the equivalent of sk_stream_wait_memory(). */

Completed in 198 milliseconds