Home
last modified time | relevance | path

Searched defs:cfil_msg_sock_closed (Results 1 – 1 of 1) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dcontent_filter.h279 struct cfil_msg_sock_closed { struct
280 struct cfil_msg_hdr cfc_msghdr;
281 struct timeval64 cfc_first_event;
282 uint32_t cfc_op_list_ctr;
283 … cfc_op_time[CFI_MAX_TIME_LOG_ENTRY]; /* time interval in microseconds since first event */
284 unsigned char cfc_op_list[CFI_MAX_TIME_LOG_ENTRY];
285 uint64_t cfc_byte_inbound_count;
286 uint64_t cfc_byte_outbound_count;
287 cfil_crypto_signature cfc_signature;
288 uint32_t cfc_signature_length;