Home
last modified time | relevance | path

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

/openbmc/linux/net/llc/
H A Daf_llc.c666 if (sk_wait_data(sk, &timeo, NULL)) in llc_wait_data()
857 sk_wait_data(sk, &timeo, NULL); in llc_ui_recvmsg()
/openbmc/linux/drivers/net/ethernet/chelsio/inline_crypto/chtls/
H A Dchtls_io.c1430 ret = sk_wait_data(sk, &timeo, NULL); in chtls_pt_recvmsg()
1599 ret = sk_wait_data(sk, &timeo, NULL); in peekmsg()
1767 ret = sk_wait_data(sk, &timeo, NULL); in chtls_recvmsg()
/openbmc/linux/net/dccp/
H A Dproto.c893 sk_wait_data(sk, &timeo, NULL); in dccp_recvmsg()
/openbmc/linux/net/core/
H A Dsock.c3021 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb) in sk_wait_data() function
3033 EXPORT_SYMBOL(sk_wait_data);
/openbmc/linux/net/ipv4/
H A Dtcp.c835 ret = sk_wait_data(sk, &timeo, NULL); in tcp_splice_read()
2463 err = sk_wait_data(sk, &timeo, last); in tcp_recvmsg_locked()
/openbmc/linux/include/net/
H A Dsock.h1225 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb);
/openbmc/linux/net/smc/
H A Daf_smc.c2691 sk_wait_data(clcsk, &timeo, NULL); in smc_accept()
/openbmc/linux/net/mptcp/
H A Dprotocol.c2215 sk_wait_data(sk, &timeo, NULL); in mptcp_recvmsg()