Searched refs:cfm_len (Results 1 – 2 of 2) sorted by relevance
174 uint32_t cfm_len; /* total length */ member
1939 if (msghdr->cfm_len > data_len) { in cfil_ctl_send()1940 CFIL_LOG(LOG_ERR, "bad length %u", msghdr->cfm_len); in cfil_ctl_send()1955 if (msghdr->cfm_len != sizeof(struct cfil_msg_bless_client)) { in cfil_ctl_send()1959 msghdr->cfm_len, in cfil_ctl_send()1966 if (msghdr->cfm_len != sizeof(struct cfil_msg_set_crypto_key)) { in cfil_ctl_send()1970 msghdr->cfm_len, in cfil_ctl_send()1982 if (msghdr->cfm_len != sizeof(struct cfil_msg_action)) { in cfil_ctl_send()1986 msghdr->cfm_len, in cfil_ctl_send()3429 msg_attached->cfs_msghdr.cfm_len = sizeof(struct cfil_msg_sock_attached); in cfil_dispatch_attach_event()3599 msg_disconnected.cfm_len = sizeof(struct cfil_msg_hdr); in cfil_dispatch_disconnect_event()[all …]