Home
last modified time | relevance | path

Searched refs:flow_count (Results 1 – 2 of 2) sorted by relevance

/xnu-11215/bsd/net/
H A Dcontent_filter.c7464 uint32_t flow_count = 0; in cfil_stats_report() local
7492 flow_count = 0; in cfil_stats_report()
7502 if (flow_count >= CFIL_STATS_REPORT_MAX_COUNT) { in cfil_stats_report()
7526 flow_count++; in cfil_stats_report()
7531 if (flow_count > 0) { in cfil_stats_report()
7533 CFIL_LOG(LOG_DEBUG, "CFIL: STATS reporting for %d flows", flow_count); in cfil_stats_report()
H A Dntstat.c6986 uint64_t flow_count; in progress_indicators_for_interface() local
6989 flow_count = os_atomic_load(&inp->inp_stat->rxbytes, relaxed); in progress_indicators_for_interface()
6990 indicators->np_recentflows_rxbytes += flow_count; in progress_indicators_for_interface()
6991 flow_count = os_atomic_load(&inp->inp_stat->txbytes, relaxed); in progress_indicators_for_interface()
6992 indicators->np_recentflows_txbytes += flow_count; in progress_indicators_for_interface()