Home
last modified time | relevance | path

Searched refs:net_perf_measure_time (Results 1 – 6 of 6) sorted by relevance

/xnu-8792.61.2/bsd/net/
H A Dnet_perf.h55 void net_perf_measure_time(net_perf_t *npp, struct timeval *start, uint64_t num_pkts);
H A Dnet_perf.c45 net_perf_measure_time(net_perf_t *npp, struct timeval *start, uint64_t num_pkts) in net_perf_measure_time() function
/xnu-8792.61.2/bsd/netinet/
H A Dip_input.c1628 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
1706 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
H A Dip_output.c1784 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
/xnu-8792.61.2/bsd/netinet6/
H A Dip6_input.c342 net_perf_measure_time(&net_perf, &start_tv, 1); in ip6_proto_input()
H A Dip6_output.c1632 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()