Searched refs:cfm_op (Results 1 – 2 of 2) sorted by relevance
1954 switch (msghdr->cfm_op) { in cfil_ctl_send()1968 msghdr->cfm_op); in cfil_ctl_send()1979 msghdr->cfm_op); in cfil_ctl_send()1986 CFIL_LOG(LOG_ERR, "bad op %u", msghdr->cfm_op); in cfil_ctl_send()1995 msghdr->cfm_op); in cfil_ctl_send()2063 CFI_ADD_TIME_LOG(cfil_info, &entry->cfe_last_action, &cfil_info->cfi_first_event, msghdr->cfm_op); in cfil_ctl_send()2067 switch (msghdr->cfm_op) { in cfil_ctl_send()3233 msg_attached.cfs_msghdr.cfm_op = CFM_OP_SOCKET_ATTACHED; in cfil_dispatch_attach_event()3400 msg_disconnected.cfm_op = outgoing ? CFM_OP_DISCONNECT_OUT : in cfil_dispatch_disconnect_event()3414 …_TIME_LOG(cfil_info, &entry->cfe_last_event, &cfil_info->cfi_first_event, msg_disconnected.cfm_op); in cfil_dispatch_disconnect_event()[all …]
190 uint32_t cfm_op; member