Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1771 uint32_t drop_packets = 0, drop_bytes = 0; /* dropped packets & bytes */ in flow_rx_agg_host() local
1987 drop_bytes += pkt->pkt_length; in flow_rx_agg_host()
2087 drop_bytes += pkt->pkt_length; in flow_rx_agg_host()
2127 drop_bytes += pkt->pkt_length; in flow_rx_agg_host()
2251 ASSERT((int)(rcvd_bytes - drop_bytes) > 0); in flow_rx_agg_host()
2253 flow_track_stats(fe, (rcvd_bytes - drop_bytes), in flow_rx_agg_host()