Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/net/
H A DMakefile97 net_perf.h \
117 flowadv.h net_perf.h
H A Dnet_perf.h41 typedef struct net_perf { struct
/xnu-10063.101.15/bsd/netinet6/
H A Dip6_input.c235 static net_perf_t net_perf; variable
339 net_perf_start_time(&net_perf, &start_tv); in ip6_proto_input()
345 net_perf_measure_time(&net_perf, &start_tv, 1); in ip6_proto_input()
346 net_perf_histogram(&net_perf, 1); in ip6_proto_input()
2459 net_perf_initialize(&net_perf, ip6_input_measure_bins);
2493 req->oldlen = (size_t)sizeof(struct net_perf);
2496 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip6_output.c202 static net_perf_t net_perf; variable
352 net_perf_start_time(&net_perf, &start_tv); in ip6_output_list()
1635 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()
1636 net_perf_histogram(&net_perf, packets_processed); in ip6_output_list()
4297 net_perf_initialize(&net_perf, ip6_output_measure_bins);
4334 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-10063.101.15/bsd/netinet/
H A Dip_input.c311 static net_perf_t net_perf; variable
766 net_perf_histogram(&net_perf, tbl[i].pkte_npkts); in ip_input_second_pass_loop_tbl()
1612 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list()
1625 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
1632 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list()
1690 net_perf_histogram(&net_perf, 1); in ip_input_process_list()
1703 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
4086 net_perf_initialize(&net_perf, ip_input_measure_bins);
4123 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip_output.c196 static net_perf_t net_perf; variable
370 net_perf_start_time(&net_perf, &start_tv); in ip_output_list()
1795 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
1796 net_perf_histogram(&net_perf, packets_processed); in ip_output_list()
3444 net_perf_initialize(&net_perf, ip_output_measure_bins);
3481 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-10063.101.15/bsd/conf/
H A Dfiles193 bsd/net/net_perf.c optional networking