Home
last modified time | relevance | path

Searched refs:start_tv (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.81.4/bsd/netinet6/
H A Dip6_input.c336 struct timeval start_tv; in ip6_proto_input() local
338 net_perf_start_time(&net_perf, &start_tv); in ip6_proto_input()
344 net_perf_measure_time(&net_perf, &start_tv, 1); in ip6_proto_input()
H A Dip6_output.c299 struct timeval start_tv; in ip6_output_list() local
370 net_perf_start_time(&net_perf, &start_tv); in ip6_output_list()
1686 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()
/xnu-12377.81.4/bsd/netinet/
H A Dip_output.c311 struct timeval start_tv; in ip_output_list() local
376 net_perf_start_time(&net_perf, &start_tv); in ip_output_list()
1868 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
H A Dip_input.c1668 struct timeval start_tv; in ip_proto_input() local
1676 net_perf_start_time(&net_perf, &start_tv); in ip_proto_input()
1747 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_proto_input()