Searched refs:sblock (Results 1 – 6 of 6) sorted by relevance
| /xnu-10063.101.15/bsd/sys/ |
| H A D | socketvar.h | 900 extern int sblock(struct sockbuf *sb, uint32_t flags);
|
| /xnu-10063.101.15/bsd/kern/ |
| H A D | uipc_socket.c | 2014 error = sblock(&so->so_snd, SBLOCKWAIT(flags)); in sosendcheck() 3504 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive() 4174 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive_m_list() 4531 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sowflush() 4578 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sorflush()
|
| H A D | uipc_socket2.c | 1756 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sbflush() 2454 sblock(struct sockbuf *sb, uint32_t flags) in sblock() function
|
| H A D | uipc_usrreq.c | 2617 if (sblock(&so->so_rcv, SBL_NOINTR | SBL_IGNDEFUNCT)) { in unp_gc()
|
| H A D | uipc_syscalls.c | 3857 error = sblock(&so->so_snd, SBL_WAIT); in sendfile()
|
| /xnu-10063.101.15/bsd/netinet/ |
| H A D | mptcp_subr.c | 2092 error = sblock(&so->so_rcv, 0); in mptcp_subflow_soreceive()
|