Searched refs:sbwait (Results 1 – 7 of 7) sorted by relevance
875 extern int sbwait(struct sockbuf *sb);
1311 error = sbwait(&so->so_snd); in vsock_send()
2098 error = sbwait(&so->so_snd); in sosendcheck()3599 error = sbwait(&so->so_rcv); in soreceive()3908 if (so->so_rcv.sb_mb == NULL && sbwait(&so->so_rcv)) { in soreceive()4234 error = sbwait(&so->so_rcv); in soreceive_m_list()
535 sbwait(struct sockbuf *sb) in sbwait() function
4051 error = sbwait(&so->so_snd); in sendfile()
1100 error = sbwait(&mp_so->so_snd); in mptcp_usr_send()
1323 error = sbwait(&so->so_snd); in tcp_usr_send()