Searched refs:spkts (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1517 struct flow_agg *fa, uint32_t *largest_spkt, uint16_t *spkts, in finalize_super_packet() argument 1520 (*spkts)++; in finalize_super_packet() 1592 uint16_t spkts = 0, bufcnt = 0; in flow_rx_agg_channel() local 1820 &largest_spkt, &spkts, bufcnt); in flow_rx_agg_channel() 1873 &spkts, bufcnt); in flow_rx_agg_channel() 1876 DTRACE_SKYWALK1(aggr__spkt__count, uint16_t, spkts); in flow_rx_agg_channel() 1878 STATS_ADD(fsws, FSW_STATS_RX_AGG_MBUF2PKT, spkts); in flow_rx_agg_channel() 1880 STATS_ADD(fsws, FSW_STATS_RX_AGG_PKT2PKT, spkts); in flow_rx_agg_channel() 1882 FLOW_STATS_IN_ADD(fe, spackets, spkts); in flow_rx_agg_channel()
|