Home
last modified time | relevance | path

Searched refs:sblock (Results 1 – 6 of 6) sorted by relevance

/xnu-10002.41.9/bsd/sys/
H A Dsocketvar.h906 extern int sblock(struct sockbuf *sb, uint32_t flags);
/xnu-10002.41.9/bsd/kern/
H A Duipc_socket.c2022 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 Duipc_socket2.c1765 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sbflush()
2481 sblock(struct sockbuf *sb, uint32_t flags) in sblock() function
H A Duipc_usrreq.c2616 if (sblock(&so->so_rcv, SBL_NOINTR | SBL_IGNDEFUNCT)) { in unp_gc()
H A Duipc_syscalls.c4255 error = sblock(&so->so_snd, SBL_WAIT); in sendfile()
/xnu-10002.41.9/bsd/netinet/
H A Dmptcp_subr.c2090 error = sblock(&so->so_rcv, 0); in mptcp_subflow_soreceive()