Home
last modified time | relevance | path

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

/xnu-10002.1.13/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-10002.1.13/bsd/netinet/
H A Dip_input.c1625 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
1703 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
H A Dip_output.c1794 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
/xnu-10002.1.13/bsd/netinet6/
H A Dip6_input.c345 net_perf_measure_time(&net_perf, &start_tv, 1); in ip6_proto_input()
H A Dip6_output.c1633 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()