Home
last modified time | relevance | path

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

/xnu-8796.141.3/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-8796.141.3/bsd/netinet6/
H A Dip6_input.c232 static net_perf_t net_perf; variable
336 net_perf_start_time(&net_perf, &start_tv); in ip6_proto_input()
342 net_perf_measure_time(&net_perf, &start_tv, 1); in ip6_proto_input()
343 net_perf_histogram(&net_perf, 1); in ip6_proto_input()
2412 net_perf_initialize(&net_perf, ip6_input_measure_bins);
2446 req->oldlen = (size_t)sizeof(struct net_perf);
2449 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()
1633 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip6_output_list()
1634 net_perf_histogram(&net_perf, packets_processed); in ip6_output_list()
4287 net_perf_initialize(&net_perf, ip6_output_measure_bins);
4324 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-8796.141.3/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()
1615 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list()
1628 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
1635 net_perf_start_time(&net_perf, &start_tv); in ip_input_process_list()
1693 net_perf_histogram(&net_perf, 1); in ip_input_process_list()
1706 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_input_process_list()
4094 net_perf_initialize(&net_perf, ip_input_measure_bins);
4131 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip_output.c190 static net_perf_t net_perf; variable
364 net_perf_start_time(&net_perf, &start_tv); in ip_output_list()
1789 net_perf_measure_time(&net_perf, &start_tv, packets_processed); in ip_output_list()
1790 net_perf_histogram(&net_perf, packets_processed); in ip_output_list()
3424 net_perf_initialize(&net_perf, ip_output_measure_bins);
3461 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-8796.141.3/bsd/conf/
H A Dfiles190 bsd/net/net_perf.c optional networking