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

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c241 if (ent->sofe_mod == NULL &&
248 ASSERT(ent->sofe_mod != NULL);
249 inst->sofi_ops = &ent->sofe_mod->sofm_ops;
545 if (ent->sofe_mod == NULL &&
550 ASSERT(ent->sofe_mod != NULL);
551 inst->sofi_ops = &ent->sofe_mod->sofm_ops;
916 sof_module_t *mod = ent->sofe_mod;
917 ent->sofe_mod = NULL;
945 ASSERT(ent->sofe_mod == mod || ent->sofe_mod
[all...]
H A Dsockfilter_impl.h83 * sofe_flags, sofe_refcnt and sofe_mod are protected by sofe_lock, and all
101 sof_module_t *sofe_mod; /* filter module */ member in struct:sof_entry

Completed in 60 milliseconds