Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1461 uint16_t spkts = 0, bufcnt = 0; in flow_rx_agg_channel() local
1659 spkts++; in flow_rx_agg_channel()
1720 spkts++; in flow_rx_agg_channel()
1731 DTRACE_SKYWALK1(aggr__spkt__count, uint16_t, spkts); in flow_rx_agg_channel()
1733 STATS_ADD(fsws, FSW_STATS_RX_AGG_MBUF2PKT, spkts); in flow_rx_agg_channel()
1735 STATS_ADD(fsws, FSW_STATS_RX_AGG_PKT2PKT, spkts); in flow_rx_agg_channel()
1737 FLOW_STATS_IN_ADD(fe, spackets, spkts); in flow_rx_agg_channel()