Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A DMakefile95 net_perf.h \
115 flowadv.h net_perf.h
H A Dnet_perf.h41 typedef struct net_perf { struct
/xnu-8792.41.9/bsd/netinet6/
H A Dip6_input.c231 static net_perf_t net_perf; variable
335 net_perf_start_time(&net_perf, &start_tv); in ip6_proto_input()
341 net_perf_measure_time(&net_perf, &start_tv, 1); in ip6_proto_input()
342 net_perf_histogram(&net_perf, 1); in ip6_proto_input()
2406 net_perf_initialize(&net_perf, ip6_input_measure_bins);
2440 req->oldlen = (size_t)sizeof(struct net_perf);
2443 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip6_output.c200 static net_perf_t net_perf; variable
350 net_perf_start_time(&net_perf, &start_tv); in ip6_output_list()
1628 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()
1629 net_perf_histogram(&net_perf, packets_processed); in ip6_output_list()
4291 net_perf_initialize(&net_perf, ip6_output_measure_bins);
4328 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-8792.41.9/bsd/netinet/
H A Dip_input.c309 static net_perf_t net_perf; variable
769 net_perf_histogram(&net_perf, tbl[i].pkte_npkts); in ip_input_second_pass_loop_tbl()
1611 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list()
1624 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
1631 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list()
1689 net_perf_histogram(&net_perf, 1); in ip_input_process_list()
1702 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
4090 net_perf_initialize(&net_perf, ip_input_measure_bins);
4127 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip_output.c190 static net_perf_t net_perf; variable
362 net_perf_start_time(&net_perf, &start_tv); in ip_output_list()
1780 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
1781 net_perf_histogram(&net_perf, packets_processed); in ip_output_list()
3433 net_perf_initialize(&net_perf, ip_output_measure_bins);
3470 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-8792.41.9/bsd/conf/
H A Dfiles191 bsd/net/net_perf.c optional networking