Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1479 uint16_t spkts = 0, bufcnt = 0; in flow_rx_agg_channel() local
1677 spkts++; in flow_rx_agg_channel()
1738 spkts++; in flow_rx_agg_channel()
1749 DTRACE_SKYWALK1(aggr__spkt__count, uint16_t, spkts); in flow_rx_agg_channel()
1751 STATS_ADD(fsws, FSW_STATS_RX_AGG_MBUF2PKT, spkts); in flow_rx_agg_channel()
1753 STATS_ADD(fsws, FSW_STATS_RX_AGG_PKT2PKT, spkts); in flow_rx_agg_channel()
1755 FLOW_STATS_IN_ADD(fe, spackets, spkts); in flow_rx_agg_channel()