Searched refs:start_tv (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/bsd/netinet6/ |
| H A D | ip6_input.c | 336 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 D | ip6_output.c | 299 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 D | ip_output.c | 311 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 D | ip_input.c | 1668 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()
|