Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/net/
H A DMakefile98 net_perf.h \
118 flowadv.h net_perf.h pktap.h
H A Dnet_perf.h41 typedef struct net_perf { struct
/xnu-12377.81.4/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()
2528 net_perf_initialize(&net_perf, ip6_input_measure_bins);
2562 req->oldlen = (size_t)sizeof(struct net_perf);
2565 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip6_output.c205 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()
4405 net_perf_initialize(&net_perf, ip6_output_measure_bins);
4442 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-12377.81.4/bsd/netinet/
H A Dip_input.c310 static net_perf_t net_perf; variable
810 net_perf_histogram(&net_perf, tbl[i].pkte_npkts); in ip_input_second_pass_loop_tbl()
1676 net_perf_start_time(&net_perf, &start_tv); in ip_proto_input()
1734 net_perf_histogram(&net_perf, 1); in ip_proto_input()
1747 net_perf_measure_time(&net_perf, &start_tv, num_pkts); in ip_proto_input()
3783 net_perf_initialize(&net_perf, ip_input_measure_bins);
3820 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
H A Dip_output.c198 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()
3552 net_perf_initialize(&net_perf, ip_output_measure_bins);
3589 return SYSCTL_OUT(req, &net_perf, MIN(sizeof(net_perf), req->oldlen));
/xnu-12377.81.4/bsd/conf/
H A Dfiles197 bsd/net/net_perf.c optional networking bound-checks