Searched refs:sk_wait_data (Results 1 – 8 of 8) sorted by relevance
/openbmc/linux/net/llc/ |
H A D | af_llc.c | 666 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 D | chtls_io.c | 1430 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 D | proto.c | 893 sk_wait_data(sk, &timeo, NULL); in dccp_recvmsg()
|
/openbmc/linux/net/core/ |
H A D | sock.c | 3021 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 D | tcp.c | 835 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 D | sock.h | 1227 int sk_wait_data(struct sock *sk, long *timeo, const struct sk_buff *skb);
|
/openbmc/linux/net/smc/ |
H A D | af_smc.c | 2691 sk_wait_data(clcsk, &timeo, NULL); in smc_accept()
|
/openbmc/linux/net/mptcp/ |
H A D | protocol.c | 2233 sk_wait_data(sk, &timeo, NULL); in mptcp_recvmsg()
|