Home
last modified time | relevance | path

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

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