Searched refs:sof_handle_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/uts/common/sys/ |
H A D | sockfilter.h | 39 typedef struct __sof_handle *sof_handle_t; typedef 73 typedef sof_rval_t (*sof_attach_active_fn_t)(sof_handle_t, int, int, int, 75 typedef sof_rval_t (*sof_attach_passive_fn_t)(sof_handle_t, sof_handle_t, 78 typedef void (*sof_detach_fn_t)(sof_handle_t, void *, cred_t *); 79 typedef mblk_t *(*sof_data_in_fn_t)(sof_handle_t, void *, mblk_t *, 81 typedef mblk_t *(*sof_data_in_proc_fn_t)(sof_handle_t, void *, 83 typedef mblk_t *(*sof_data_out_fn_t)(sof_handle_t, void *, mblk_t *, 85 typedef sof_rval_t (*sof_bind_fn_t)(sof_handle_t, void *, 87 typedef sof_rval_t (*sof_listen_fn_t)(sof_handle_t, void *, int *, 89 typedef sof_rval_t (*sof_accept_fn_t)(sof_handle_t, void *, cred_t *); [all …]
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockfilter.c | 254 (sof_handle_t)inst, so->so_family, so->so_type, in sof_setsockopt_impl() 296 inst->sofi_ops->sofop_detach((sof_handle_t)inst, in sof_setsockopt_impl() 466 (sof_handle_t)inst, in sof_sonode_inherit_filters() 467 (sof_handle_t)pinst, pinst->sofi_cookie, in sof_sonode_inherit_filters() 556 (sof_handle_t)inst, so->so_family, so->so_type, in sof_sonode_autoattach_filters() 604 (inst->sofi_ops->sofop_detach)((sof_handle_t)inst, in sof_sonode_cleanup() 622 (inst->sofi_ops->sofop_notify)((sof_handle_t)inst, in sof_sonode_notify_filters() 1281 mp = (inst->sofi_ops->sofop_data_out)((sof_handle_t)inst, in sof_filter_data_out_from() 1320 (sof_handle_t)inst, inst->sofi_cookie, mp, in sof_filter_data_in_proc() 1389 rval = (inst->sofi_ops->sofop_accept)((sof_handle_t)inst, in sof_filter_accept() [all …]
|
H A D | sockfilter_impl.h | 173 __rval = (__inst->sofi_ops->sofop_##op)((sof_handle_t)__inst,\
|
H A D | sockcommon_sops.c | 1220 (sof_handle_t)inst, inst->sofi_cookie, in so_set_prop() 1288 (sof_handle_t)filter, filter->sofi_cookie, mp, in so_queue_msg_impl()
|