Home
last modified time | relevance | path

Searched refs:total_bytes (Results 1 – 3 of 3) sorted by relevance

/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2563 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
2601 total_bytes += n_bytes; in fsw_devna_rx()
2612 out_stats->nps_bytes += total_bytes; in fsw_devna_rx()
2614 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(devna), total_pkts, total_bytes); in fsw_devna_rx()
4166 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
4177 total_bytes += n_bytes; in fsw_dev_ring_flush()
4187 KDBG(SK_KTRACE_FSW_DEV_RING_FLUSH, SK_KVA(r), total_pkts, total_bytes); in fsw_dev_ring_flush()
4189 uint32_t, total_bytes); in fsw_dev_ring_flush()
4193 r->ckr_netif_mit_stats(r, total_pkts, total_bytes); in fsw_dev_ring_flush()
4203 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
[all …]
/xnu-12377.1.9/tests/skywalk/
H A Dskt_filter.c173 double total_bytes = 0, total_expected; in socket_test_status() local
177 total_bytes += socket_thread_args[i].bytes; in socket_test_status()
180 (total_bytes * 100) / total_expected); in socket_test_status()
/xnu-12377.1.9/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1518 estimate_buf_cnt(struct flow_entry *fe, uint32_t total_bytes, uint32_t total_pkts, in estimate_buf_cnt() argument
1531 hdr_overhead = (total_bytes / max_ip_len) * in estimate_buf_cnt()
1535 return ((total_bytes + hdr_overhead) / agg_size) + 1; in estimate_buf_cnt()