Searched defs:SS_FILOP_OK (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsocketvar.h303 #define SS_FILOP_OK 0x00040000 /* socket can attach filters */ macro
329 if ((so)->so_state & (SS_FALLBACK_COMP|SS_FILOP_OK)) { \
335 (so)->so_state &= ~SS_FILOP_OK; \

Completed in 48 milliseconds