Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dcontent_filter.c420 struct cfil_entry { struct
423 struct content_filter *cfe_filter;
425 struct cfil_info *cfe_cfil_info;
426 uint32_t cfe_flags;
427 uint32_t cfe_necp_control_unit;
428 struct timeval cfe_last_event; /* To user space */
429 struct timeval cfe_last_action; /* From user space */
430 uint64_t cfe_byte_inbound_count_reported; /* stats already been reported */
431 uint64_t cfe_byte_outbound_count_reported; /* stats already been reported */
432 struct timeval cfe_stats_report_ts; /* Timestamp for last stats report */
[all …]