Home
last modified time | relevance | path

Searched refs:sof_handle_t (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dsockfilter.h39 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 …]
/titanic_41/usr/src/uts/common/inet/kssl/
H A Dksslfilter.c71 kssl_attach_passive_cb(sof_handle_t handle, sof_handle_t ph, in kssl_attach_passive_cb()
120 kssl_detach_cb(sof_handle_t handle, void *cookie, cred_t *cr) in kssl_detach_cb()
142 kssl_bind_cb(sof_handle_t handle, void *cookie, struct sockaddr *name, in kssl_bind_cb()
200 kssl_listen_cb(sof_handle_t handle, void *cookie, int *backlog, cred_t *cr) in kssl_listen_cb()
224 kssl_connect_cb(sof_handle_t handle, void *cookie, struct sockaddr *name, in kssl_connect_cb()
234 kssl_mblk_prop_cb(sof_handle_t handle, void *cookie, ssize_t *maxblk, in kssl_mblk_prop_cb()
263 kssl_getsockname_cb(sof_handle_t handle, void *cookie, struct sockaddr *addr, in kssl_getsockname_cb()
287 kssl_data_out_cb(sof_handle_t handle, void *cookie, mblk_t *mp, in kssl_data_out_cb()
312 kssl_shutdown_cb(sof_handle_t handle, void *cookie, int *howp, cred_t *cr) in kssl_shutdown_cb()
349 kssl_data_in_cb(sof_handle_t handle, void *cookie, mblk_t *mp, int flags, in kssl_data_in_cb()
[all …]
/titanic_41/usr/src/uts/common/fs/sockfs/
H A Dsockfilter.c254 (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()
1280 mp = (inst->sofi_ops->sofop_data_out)((sof_handle_t)inst, in sof_filter_data_out_from()
1319 (sof_handle_t)inst, inst->sofi_cookie, mp, in sof_filter_data_in_proc()
1388 rval = (inst->sofi_ops->sofop_accept)((sof_handle_t)inst, in sof_filter_accept()
[all …]
H A Dsockfilter_impl.h173 __rval = (__inst->sofi_ops->sofop_##op)((sof_handle_t)__inst,\
H A Dsockcommon_sops.c1238 (sof_handle_t)inst, inst->sofi_cookie, in so_set_prop()
1306 (sof_handle_t)filter, filter->sofi_cookie, mp, in so_queue_msg_impl()