Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/net/
H A Dcontent_filter.c3120 struct cfil_msg_sock_attached msg_attached; in cfil_dispatch_attach_event() local
3171 bzero(&msg_attached, sizeof(struct cfil_msg_sock_attached)); in cfil_dispatch_attach_event()
3172 msg_attached.cfs_msghdr.cfm_len = sizeof(struct cfil_msg_sock_attached); in cfil_dispatch_attach_event()
3173 msg_attached.cfs_msghdr.cfm_version = CFM_VERSION_CURRENT; in cfil_dispatch_attach_event()
3174 msg_attached.cfs_msghdr.cfm_type = CFM_TYPE_EVENT; in cfil_dispatch_attach_event()
3175 msg_attached.cfs_msghdr.cfm_op = CFM_OP_SOCKET_ATTACHED; in cfil_dispatch_attach_event()
3176 msg_attached.cfs_msghdr.cfm_sock_id = entry->cfe_cfil_info->cfi_sock_id; in cfil_dispatch_attach_event()
3178 msg_attached.cfs_sock_family = so->so_proto->pr_domain->dom_family; in cfil_dispatch_attach_event()
3179 msg_attached.cfs_sock_type = so->so_proto->pr_type; in cfil_dispatch_attach_event()
3180 msg_attached.cfs_sock_protocol = so->so_proto->pr_protocol; in cfil_dispatch_attach_event()
[all …]