Searched refs:sofe_mod (Results 1 – 2 of 2) sorted by relevance
241 if (ent->sofe_mod == NULL && in sof_setsockopt_impl()248 ASSERT(ent->sofe_mod != NULL); in sof_setsockopt_impl()249 inst->sofi_ops = &ent->sofe_mod->sofm_ops; in sof_setsockopt_impl()545 if (ent->sofe_mod == NULL && in sof_sonode_autoattach_filters()550 ASSERT(ent->sofe_mod != NULL); in sof_sonode_autoattach_filters()551 inst->sofi_ops = &ent->sofe_mod->sofm_ops; in sof_sonode_autoattach_filters()916 sof_module_t *mod = ent->sofe_mod; in sof_entry_rele()917 ent->sofe_mod = NULL; in sof_entry_rele()945 ASSERT(ent->sofe_mod == mod || ent->sofe_mod == NULL); in sof_entry_load_module()946 if (ent->sofe_mod != NULL) { in sof_entry_load_module()[all …]
101 sof_module_t *sofe_mod; /* filter module */ member