Home
last modified time | relevance | path

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

/linux/net/llc/
H A Daf_llc.c666 if (sk_wait_data(sk, &timeo, NULL)) in llc_wait_data()
856 sk_wait_data(sk, &timeo, NULL); in llc_ui_recvmsg()
/linux/net/dccp/
H A Dproto.c
/linux/net/core/
H A Dsock.c3257 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb) in sk_wait_data() function
3269 EXPORT_SYMBOL(sk_wait_data);
/linux/net/mptcp/
H A Dprotocol.c2346 err = sk_wait_data(sk, &timeo, NULL); in mptcp_recvmsg()
4483 ret = sk_wait_data(sk, &timeo, NULL); in mptcp_splice_read()
/linux/net/ipv4/
H A Dtcp.c881 ret = sk_wait_data(sk, &timeo, NULL); in tcp_splice_read()
2829 err = sk_wait_data(sk, &timeo, last); in tcp_recvmsg_locked()
/linux/include/net/
H A Dsock.h1254 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb);
/linux/net/smc/
H A Daf_smc.c2758 sk_wait_data(clcsk, &timeo, NULL); in smc_accept()