Searched refs:net_perf (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/bsd/net/ |
| H A D | Makefile | 98 net_perf.h \ 118 flowadv.h net_perf.h
|
| H A D | net_perf.h | 41 typedef struct net_perf { struct
|
| /xnu-11417.101.15/bsd/netinet6/ |
| H A D | ip6_input.c | 234 static net_perf_t net_perf; variable 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() 345 net_perf_histogram(&net_perf, 1); in ip6_proto_input() 2483 net_perf_initialize(&net_perf, ip6_input_measure_bins); 2517 req->oldlen = (size_t)sizeof(struct net_perf); 2520 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
|
| H A D | ip6_output.c | 205 static net_perf_t net_perf; variable 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() 1687 net_perf_histogram(&net_perf, packets_processed); in ip6_output_list() 4393 net_perf_initialize(&net_perf, ip6_output_measure_bins); 4430 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
|
| /xnu-11417.101.15/bsd/netinet/ |
| H A D | ip_input.c | 314 static net_perf_t net_perf; variable 777 net_perf_histogram(&net_perf, tbl[i].pkte_npkts); in ip_input_second_pass_loop_tbl() 1630 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list() 1643 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list() 1650 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list() 1708 net_perf_histogram(&net_perf, 1); in ip_input_process_list() 1721 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list() 4136 net_perf_initialize(&net_perf, ip_input_measure_bins); 4173 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
|
| H A D | ip_output.c | 198 static net_perf_t net_perf; variable 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() 1869 net_perf_histogram(&net_perf, packets_processed); in ip_output_list() 3543 net_perf_initialize(&net_perf, ip_output_measure_bins); 3580 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
|
| /xnu-11417.101.15/bsd/conf/ |
| H A D | files | 198 bsd/net/net_perf.c optional networking bound-checks
|