Home
last modified time | relevance | path

Searched refs:SB_KNOTE (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/sys/
H A Dsockbuf.h45 #define SB_KNOTE 0x100 /* kernel note attached */ macro
/freebsd/sys/kern/
H A Duipc_debug.c335 if (sb_flags & SB_KNOTE) { in db_print_sbflags()
H A Duipc_socket.c4507 sb->sb_flags |= SB_KNOTE;
4522 so->so_rcv.sb_flags &= ~SB_KNOTE;
4580 so->so_snd.sb_flags &= ~SB_KNOTE;
H A Duipc_sockbuf.c543 SB_UPCALL | SB_AIO | SB_KNOTE)) != 0); in sb_notify()