Home
last modified time | relevance | path

Searched refs:net_perf_histogram (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.101.4/bsd/net/
H A Dnet_perf.h56 void net_perf_histogram(net_perf_t *npp, uint64_t num_pkts);
H A Dnet_perf.c86 net_perf_histogram(net_perf_t *npp, uint64_t num_pkts) in net_perf_histogram() function
/xnu-8020.101.4/bsd/netinet/
H A Dip_input.c763 net_perf_histogram(&net_perf, tbl[i].pkte_npkts); in ip_input_second_pass_loop_tbl()
1683 net_perf_histogram(&net_perf, 1); in ip_input_process_list()
H A Dip_output.c1781 net_perf_histogram(&net_perf, packets_processed); in ip_output_list()
/xnu-8020.101.4/bsd/netinet6/
H A Dip6_input.c342 net_perf_histogram(&net_perf, 1); in ip6_proto_input()
H A Dip6_output.c1629 net_perf_histogram(&net_perf, packets_processed); in ip6_output_list()