Searched refs:sbwait (Results 1 – 7 of 7) sorted by relevance
872 extern int sbwait(struct sockbuf *sb);
1290 error = sbwait(&so->so_snd); in vsock_send()
2113 error = sbwait(&so->so_snd); in sosendcheck()3608 error = sbwait(&so->so_rcv); in soreceive()3918 if (so->so_rcv.sb_mb == NULL && sbwait(&so->so_rcv)) { in soreceive()4243 error = sbwait(&so->so_rcv); in soreceive_m_list()
535 sbwait(struct sockbuf *sb) in sbwait() function
4434 error = sbwait(&so->so_snd); in sendfile()
1097 error = sbwait(&mp_so->so_snd); in mptcp_usr_send()
1314 error = sbwait(&so->so_snd); in tcp_usr_send()