Searched defs:cfil_msg_sock_closed (Results 1 – 1 of 1) sorted by relevance
271 struct cfil_msg_sock_closed { struct272 struct cfil_msg_hdr cfc_msghdr;273 struct timeval64 cfc_first_event;274 uint32_t cfc_op_list_ctr;275 … cfc_op_time[CFI_MAX_TIME_LOG_ENTRY]; /* time interval in microseconds since first event */276 unsigned char cfc_op_list[CFI_MAX_TIME_LOG_ENTRY];277 uint64_t cfc_byte_inbound_count;278 uint64_t cfc_byte_outbound_count;280 union sockaddr_in_4_6 cfc_laddr;281 cfil_crypto_signature cfc_signature;[all …]