Searched refs:cfm_op (Results 1 – 2 of 2) sorted by relevance
1914 switch (msghdr->cfm_op) { in cfil_ctl_send()1928 msghdr->cfm_op); in cfil_ctl_send()1939 msghdr->cfm_op); in cfil_ctl_send()1946 CFIL_LOG(LOG_ERR, "bad op %u", msghdr->cfm_op); in cfil_ctl_send()1955 msghdr->cfm_op); in cfil_ctl_send()2023 CFI_ADD_TIME_LOG(cfil_info, &entry->cfe_last_action, &cfil_info->cfi_first_event, msghdr->cfm_op); in cfil_ctl_send()2027 switch (msghdr->cfm_op) { in cfil_ctl_send()3274 msg_attached->cfs_msghdr.cfm_op = CFM_OP_SOCKET_ATTACHED; in cfil_dispatch_attach_event()3442 msg_disconnected.cfm_op = outgoing ? CFM_OP_DISCONNECT_OUT : in cfil_dispatch_disconnect_event()3456 …_TIME_LOG(cfil_info, &entry->cfe_last_event, &cfil_info->cfi_first_event, msg_disconnected.cfm_op); in cfil_dispatch_disconnect_event()[all …]
177 uint32_t cfm_op; member