Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h310 #define SS_FILOP_OK 0x00040000 /* socket can attach filters */ macro
336 if ((so)->so_state & (SS_FALLBACK_COMP|SS_FILOP_OK)) { \
342 (so)->so_state &= ~SS_FILOP_OK; \
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c200 if (!(so->so_state & SS_FILOP_OK)) in sof_setsockopt_impl()
H A Dsockcommon_subr.c1323 so->so_state |= SS_FILOP_OK; in socket_init_common()