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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h115 char sofi_flags; /* instance flags (SOFIF_*) */ member in struct:sof_instance
157 (!((inst)->sofi_flags & SOFIF_BYPASS) && \
H A Dsockfilter.c365 if (inst->sofi_flags & SOFIF_BYPASS)
449 pinst != NULL && !(pinst->sofi_flags & SOFIF_BYPASS);
474 inst->sofi_flags |= SOFIF_DEFER;
789 if (!(inst->sofi_flags & SOFIF_BYPASS)) {
793 if (inst->sofi_flags & SOFIF_DEFER)
1525 if (!(inst->sofi_flags & SOFIF_DEFER)) {
1530 inst->sofi_flags &= ~SOFIF_DEFER;
1540 if (inst->sofi_flags & SOFIF_DEFER) {
1580 if (!(inst->sofi_flags & SOFIF_BYPASS)) {
1581 inst->sofi_flags |
[all...]

Completed in 61 milliseconds