Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c475 so->so_state |= SS_FIL_DEFER; in sof_sonode_inherit_filters()
1529 ASSERT(so->so_state & SS_FIL_DEFER); in sof_newconn_ready()
1545 so->so_state &= ~SS_FIL_DEFER; in sof_newconn_ready()
1793 ASSERT(so->so_state & SS_FIL_DEFER); in sof_newconn_move()
1796 !(so->so_state & SS_FIL_DEFER)) in sof_newconn_move()
H A Dsockcommon_sops.c1177 if (nso->so_state & SS_FIL_DEFER) { in so_newconn()
/titanic_50/usr/src/uts/common/sys/
H A Dsocketvar.h302 #define SS_FIL_DEFER 0x00020000 /* filter deferred notification */ macro