Searched refs:sblock (Results 1 – 7 of 7) sorted by relevance
| /f-stack/tools/compat/include/sys/ |
| H A D | sockbuf.h | 186 int sblock(struct sockbuf *sb, int flags);
|
| /f-stack/freebsd/sys/ |
| H A D | sockbuf.h | 186 int sblock(struct sockbuf *sb, int flags);
|
| /f-stack/freebsd/kern/ |
| H A D | uipc_socket.c | 1588 error = sblock(&so->so_snd, SBLOCKWAIT(flags)); 1938 error = sblock(&so->so_rcv, SBLOCKWAIT(flags)); 2432 error = sblock(sb, SBLOCKWAIT(flags)); 2891 (void) sblock(sb, SBL_WAIT | SBL_NOINTR);
|
| H A D | uipc_ktls.c | 1130 error = sblock(&so->so_snd, SBL_WAIT); in ktls_enable_tx() 1251 error = sblock(&so->so_snd, SBL_WAIT); in ktls_set_tx_mode()
|
| H A D | kern_sendfile.c | 744 (void)sblock(&so->so_snd, SBL_WAIT | SBL_NOINTR); in vn_sendfile()
|
| H A D | uipc_sockbuf.c | 455 sblock(struct sockbuf *sb, int flags) in sblock() function
|
| /f-stack/freebsd/netinet/ |
| H A D | sctputil.c | 4751 error = sblock(&old_so->so_rcv, waitflags); in sctp_pull_off_control_to_new_inp() 5541 error = sblock(&so->so_rcv, (block_allowed ? SBL_WAIT : 0)); in sctp_sorecvmsg()
|