Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1900 drop_packets++; \ in flow_rx_agg_host()
1922 uint32_t drop_packets = 0, drop_bytes = 0; /* dropped packets & bytes */ in flow_rx_agg_host() local
2413 ASSERT((int)(rcvd_packets - drop_packets) >= 0); in flow_rx_agg_host()
2415 (rcvd_packets - drop_packets), (rcvd_ulen != 0), true); in flow_rx_agg_host()