Searched refs:sbwait (Results 1 – 7 of 7) sorted by relevance
867 extern int sbwait(struct sockbuf *sb);
1309 error = sbwait(&so->so_snd); in vsock_send()
2105 error = sbwait(&so->so_snd); in sosendcheck()3600 error = sbwait(&so->so_rcv); in soreceive()3909 if (so->so_rcv.sb_mb == NULL && sbwait(&so->so_rcv)) { in soreceive()4234 error = sbwait(&so->so_rcv); in soreceive_m_list()
534 sbwait(struct sockbuf *sb) in sbwait() function
4036 error = sbwait(&so->so_snd); in sendfile()
1098 error = sbwait(&mp_so->so_snd); in mptcp_usr_send()
1320 error = sbwait(&so->so_snd); in tcp_usr_send()