Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/
H A Dfsw_dp.c2484 uint64_t total_pkts = 0, total_bytes = 0; in fsw_devna_rx() local
4079 uint32_t total_pkts = 0, total_bytes = 0; in fsw_dev_ring_flush() local
4116 uint32_t total_pkts = 0, total_bytes = 0; in fsw_user_ring_flush() local
/xnu-11417.121.6/tests/skywalk/
H A Dskt_filter.c173 double total_bytes = 0, total_expected; in socket_test_status() local
/xnu-11417.121.6/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()