Searched refs:sblock (Results 1 – 6 of 6) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | socketvar.h | 893 extern int sblock(struct sockbuf *sb, uint32_t flags);
|
| /xnu-8796.121.2/bsd/kern/ |
| H A D | uipc_socket.c | 2018 error = sblock(&so->so_snd, SBLOCKWAIT(flags)); in sosendcheck() 3593 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive() 4340 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); in soreceive_list() 4801 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sowflush() 4848 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sorflush()
|
| H A D | uipc_socket2.c | 1761 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sbflush() 2464 sblock(struct sockbuf *sb, uint32_t flags) in sblock() function
|
| H A D | uipc_usrreq.c | 2604 if (sblock(&so->so_rcv, SBL_NOINTR | SBL_IGNDEFUNCT)) { in unp_gc()
|
| H A D | uipc_syscalls.c | 3554 error = sblock(&so->so_snd, SBL_WAIT); in sendfile()
|
| /xnu-8796.121.2/bsd/netinet/ |
| H A D | mptcp_subr.c | 2091 error = sblock(&so->so_rcv, 0); in mptcp_subflow_soreceive()
|