Home
last modified time | relevance | path

Searched refs:SB_SEL (Results 1 – 7 of 7) sorted by relevance

/f-stack/tools/compat/include/sys/
H A Dsockbuf.h44 #define SB_SEL 0x08 /* someone is selecting */ macro
H A Dsocketvar.h263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \
/f-stack/freebsd/sys/
H A Dsockbuf.h44 #define SB_SEL 0x08 /* someone is selecting */ macro
H A Dsocketvar.h263 #define sb_notify(sb) (((sb)->sb_flags & (SB_WAIT | SB_SEL | SB_ASYNC | \
/f-stack/freebsd/kern/
H A Duipc_debug.c354 if (sb_flags & SB_SEL) { in db_print_sbflags()
H A Duipc_sockbuf.c503 sb->sb_flags &= ~SB_SEL; in sowakeup()
H A Duipc_socket.c3576 so->so_rcv.sb_flags |= SB_SEL;
3580 so->so_snd.sb_flags |= SB_SEL;