Home
last modified time | relevance | path

Searched refs:SS_FIL_STOP (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c647 so->so_state |= SS_FIL_STOP; in sof_sonode_closing()
1713 if (so->so_state & SS_FIL_STOP) { in sof_inject_data_out()
/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h313 #define SS_FIL_STOP 0x00200000 /* no more filter actions */ macro