Searched refs:sblock (Results 1 – 6 of 6) sorted by relevance
| /xnu-10002.41.9/bsd/sys/ |
| H A D | socketvar.h | 906 extern int sblock(struct sockbuf *sb, uint32_t flags);
|
| /xnu-10002.41.9/bsd/kern/ |
| H A D | uipc_socket.c | 2022 error = sblock(&so->so_snd, SBLOCKWAIT(flags)); in sosendcheck() 3512 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive() 4183 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive_m_list() 4541 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sowflush() 4588 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sorflush()
|
| H A D | uipc_socket2.c | 1765 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sbflush() 2481 sblock(struct sockbuf *sb, uint32_t flags) in sblock() function
|
| H A D | uipc_usrreq.c | 2616 if (sblock(&so->so_rcv, SBL_NOINTR | SBL_IGNDEFUNCT)) { in unp_gc()
|
| H A D | uipc_syscalls.c | 4255 error = sblock(&so->so_snd, SBL_WAIT); in sendfile()
|
| /xnu-10002.41.9/bsd/netinet/ |
| H A D | mptcp_subr.c | 2090 error = sblock(&so->so_rcv, 0); in mptcp_subflow_soreceive()
|