Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dsockbuf.h47 #define SB_KNOTE 0x100 /* kernel note attached */ macro
Dsocketvar.h254 SB_UPCALL | SB_AIO | SB_KNOTE)) != 0)
/freebsd-12-stable/sys/kern/
Duipc_debug.c374 if (sb_flags & SB_KNOTE) { in db_print_sbflags()
Duipc_socket.c3398 sb->sb_flags |= SB_KNOTE;
3583 so->so_rcv.sb_flags &= ~SB_KNOTE;
3634 so->so_snd.sb_flags &= ~SB_KNOTE;