Home
last modified time | relevance | path

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

/titanic_41/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) in sof_getsockopt_impl()
449 pinst != NULL && !(pinst->sofi_flags & SOFIF_BYPASS); in sof_sonode_inherit_filters()
789 if (!(inst->sofi_flags & SOFIF_BYPASS)) { in sof_instance_destroy()
1580 if (!(inst->sofi_flags & SOFIF_BYPASS)) { in sof_bypass()
1581 inst->sofi_flags |= SOFIF_BYPASS; in sof_bypass()