Home
last modified time | relevance | path

Searched refs:net_perf (Results 1 – 7 of 7) sorted by relevance

/xnu-11215.61.5/bsd/net/
H A DMakefile98 net_perf.h \
118 flowadv.h net_perf.h
H A Dnet_perf.h41 typedef struct net_perf { struct
/xnu-11215.61.5/bsd/netinet6/
H A Dip6_input.c234 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 Dip6_output.c203 static net_perf_t net_perf; variable
359 net_perf_start_time(&net_perf, &start_tv); in ip6_output_list()
1656 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()
1657 net_perf_histogram(&net_perf, packets_processed); in ip6_output_list()
4358 net_perf_initialize(&net_perf, ip6_output_measure_bins);
4395 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-11215.61.5/bsd/netinet/
H A Dip_input.c314 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 Dip_output.c197 static net_perf_t net_perf; variable
373 net_perf_start_time(&net_perf, &start_tv); in ip_output_list()
1838 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
1839 net_perf_histogram(&net_perf, packets_processed); in ip_output_list()
3513 net_perf_initialize(&net_perf, ip_output_measure_bins);
3550 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-11215.61.5/bsd/conf/
H A Dfiles193 bsd/net/net_perf.c optional networking bound-checks