Searched refs:sofi_ops (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockfilter_impl.h113 sof_ops_t *sofi_ops; /* filter ops */ member in struct:sof_instance
158 (inst)->sofi_ops->sofop_##op != NULL)
173 __rval = (__inst->sofi_ops->sofop_##op)((sof_handle_t)__inst,\
H A Dsockfilter.c249 inst->sofi_ops = &ent->sofe_mod->sofm_ops;
252 if (inst->sofi_ops->sofop_attach_active != NULL) {
253 rval = inst->sofi_ops->sofop_attach_active(
295 if (inst->sofi_ops->sofop_detach != NULL)
296 inst->sofi_ops->sofop_detach((sof_handle_t)inst,
460 ASSERT(pinst->sofi_ops != NULL);
461 inst->sofi_ops = pinst->sofi_ops;
464 if (inst->sofi_ops->sofop_attach_passive != NULL) {
465 rval = inst->sofi_ops
[all...]
H A Dsockcommon_sops.c1250 (*inst->sofi_ops->sofop_mblk_prop)(
1318 mp = (*filter->sofi_ops->sofop_data_in)(

Completed in 63 milliseconds