Searched refs:sbwait (Results 1 – 7 of 7) sorted by relevance
865 extern int sbwait(struct sockbuf *sb);
1401 error = sbwait(&so->so_snd); in vsock_send()
1966 error = sbwait(&so->so_snd); in sosendcheck()3488 error = sbwait(&so->so_rcv); in soreceive()3797 if (so->so_rcv.sb_mb == NULL && sbwait(&so->so_rcv)) { in soreceive()4123 error = sbwait(&so->so_rcv); in soreceive_m_list()
537 sbwait(struct sockbuf *sb) in sbwait() function
4046 error = sbwait(&so->so_snd); in sendfile()
1102 error = sbwait(&mp_so->so_snd); in mptcp_usr_send()
1323 error = sbwait(&so->so_snd); in tcp_usr_send()