Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/sys/
H A Dsockfilter.h112 sof_detach_fn_t sofop_detach; member
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c295 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()
604 (inst->sofi_ops->sofop_detach)((sof_handle_t)inst, in sof_sonode_cleanup()
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c574 .sofop_detach = kssl_detach_cb,