Searched refs:spkts (Results 1 – 1 of 1) sorted by relevance
| /xnu-11417.121.6/bsd/skywalk/nexus/flowswitch/flow/ |
| H A D | flow_agg.c | 1569 struct flow_agg *fa, uint32_t *largest_spkt, uint16_t *spkts, in finalize_super_packet() argument 1572 (*spkts)++; in finalize_super_packet() 1645 uint16_t spkts = 0, bufcnt = 0; in flow_rx_agg_channel() local 1880 &largest_spkt, &spkts, bufcnt); in flow_rx_agg_channel() 1936 &spkts, bufcnt); in flow_rx_agg_channel() 1939 DTRACE_SKYWALK1(aggr__spkt__count, uint16_t, spkts); in flow_rx_agg_channel() 1941 STATS_ADD(fsws, FSW_STATS_RX_AGG_MBUF2PKT, spkts); in flow_rx_agg_channel() 1943 STATS_ADD(fsws, FSW_STATS_RX_AGG_PKT2PKT, spkts); in flow_rx_agg_channel() 1945 FLOW_STATS_IN_ADD(fe, spackets, spkts); in flow_rx_agg_channel()
|