Searched refs:SOFIF_BYPASS (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h123 #define SOFIF_BYPASS 0x1 /* filter does not want any callbacks */ macro
157 (!((inst)->sofi_flags & SOFIF_BYPASS) && \
H A Dsockfilter.c365 if (inst->sofi_flags & SOFIF_BYPASS)
449 pinst != NULL && !(pinst->sofi_flags & SOFIF_BYPASS);
789 if (!(inst->sofi_flags & SOFIF_BYPASS)) {
1580 if (!(inst->sofi_flags & SOFIF_BYPASS)) {
1581 inst->sofi_flags |= SOFIF_BYPASS;

Completed in 46 milliseconds