Home
last modified time | relevance | path

Searched defs:num_pkts (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dnet_perf.c45 net_perf_measure_time(net_perf_t *npp, struct timeval *start, uint64_t num_pkts) in net_perf_measure_time()
53 ip_perf_record_stats(net_perf_t *npp, struct timeval *tv1, struct timeval *tv2, uint64_t num_pkts) in ip_perf_record_stats()
86 net_perf_histogram(net_perf_t *npp, uint64_t num_pkts) in net_perf_histogram()
/xnu-12377.1.9/bsd/kern/
H A Duipc_socket2.c839 so_update_tx_data_stats(struct socket *so, uint32_t num_pkts, uint32_t space) in so_update_tx_data_stats()
/xnu-12377.1.9/bsd/netinet/
H A Dip_input.c1635 int num_pkts = 0; in ip_proto_input() local