Home
last modified time | relevance | path

Searched refs:sk_wait_data (Results 1 – 5 of 5) sorted by relevance

/linux/net/llc/
H A Daf_llc.c664 if (sk_wait_data(sk, &timeo, NULL)) in llc_wait_data()
854 sk_wait_data(sk, &timeo, NULL); in llc_ui_recvmsg()
/linux/net/dccp/
H A Dproto.c
/linux/net/core/
H A Dsock.c3304 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb) in sk_wait_data() function
3316 EXPORT_SYMBOL(sk_wait_data);
/linux/net/mptcp/
H A Dprotocol.c2458 err = sk_wait_data(sk, &timeo, last); in mptcp_recvmsg()
4683 ret = sk_wait_data(sk, &timeo, NULL); in mptcp_splice_read()
/linux/net/smc/
H A Daf_smc.c2769 sk_wait_data(clcsk, &timeo, NULL); in smc_accept()