Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/sys/
H A Dsocketvar.h900 extern int sblock(struct sockbuf *sb, uint32_t flags);
/xnu-10063.101.15/bsd/kern/
H A Duipc_socket.c2014 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 Duipc_socket2.c1756 (void) sblock(sb, SBL_WAIT | SBL_NOINTR | SBL_IGNDEFUNCT); in sbflush()
2454 sblock(struct sockbuf *sb, uint32_t flags) in sblock() function
H A Duipc_usrreq.c2617 if (sblock(&so->so_rcv, SBL_NOINTR | SBL_IGNDEFUNCT)) { in unp_gc()
H A Duipc_syscalls.c3857 error = sblock(&so->so_snd, SBL_WAIT); in sendfile()
/xnu-10063.101.15/bsd/netinet/
H A Dmptcp_subr.c2092 error = sblock(&so->so_rcv, 0); in mptcp_subflow_soreceive()