Home
last modified time | relevance | path

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

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