Home
last modified time | relevance | path

Searched refs:SS_FIL_DEFER (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c475 so->so_state |= SS_FIL_DEFER; in sof_sonode_inherit_filters()
1530 ASSERT(so->so_state & SS_FIL_DEFER); in sof_newconn_ready()
1546 so->so_state &= ~SS_FIL_DEFER; in sof_newconn_ready()
1794 ASSERT(so->so_state & SS_FIL_DEFER); in sof_newconn_move()
1797 !(so->so_state & SS_FIL_DEFER)) in sof_newconn_move()
H A Dsockcommon_sops.c1145 if (nso->so_state & SS_FIL_DEFER) { in so_newconn()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h309 #define SS_FIL_DEFER 0x00020000 /* filter deferred notification */ macro