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