Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/net/
H A Dcontent_filter.h273 struct cfil_msg_sock_closed { struct
274 struct cfil_msg_hdr cfc_msghdr;
275 struct timeval64 cfc_first_event;
276 uint32_t cfc_op_list_ctr;
277 … cfc_op_time[CFI_MAX_TIME_LOG_ENTRY]; /* time interval in microseconds since first event */
278 unsigned char cfc_op_list[CFI_MAX_TIME_LOG_ENTRY];
279 uint64_t cfc_byte_inbound_count;
280 uint64_t cfc_byte_outbound_count;
282 union sockaddr_in_4_6 cfc_laddr;
283 cfil_crypto_signature cfc_signature;
[all …]