Searched refs:msg_attached (Results 1 – 1 of 1) sorted by relevance
3178 struct cfil_msg_sock_attached msg_attached; in cfil_dispatch_attach_event() local3229 bzero(&msg_attached, sizeof(struct cfil_msg_sock_attached)); in cfil_dispatch_attach_event()3230 msg_attached.cfs_msghdr.cfm_len = sizeof(struct cfil_msg_sock_attached); in cfil_dispatch_attach_event()3231 msg_attached.cfs_msghdr.cfm_version = CFM_VERSION_CURRENT; in cfil_dispatch_attach_event()3232 msg_attached.cfs_msghdr.cfm_type = CFM_TYPE_EVENT; in cfil_dispatch_attach_event()3233 msg_attached.cfs_msghdr.cfm_op = CFM_OP_SOCKET_ATTACHED; in cfil_dispatch_attach_event()3234 msg_attached.cfs_msghdr.cfm_sock_id = entry->cfe_cfil_info->cfi_sock_id; in cfil_dispatch_attach_event()3236 msg_attached.cfs_sock_family = so->so_proto->pr_domain->dom_family; in cfil_dispatch_attach_event()3237 msg_attached.cfs_sock_type = so->so_proto->pr_type; in cfil_dispatch_attach_event()3238 msg_attached.cfs_sock_protocol = so->so_proto->pr_protocol; in cfil_dispatch_attach_event()[all …]