Searched refs:super_pkts (Results 1 – 1 of 1) sorted by relevance
1620 struct pktq super_pkts; /* dst super packets */ in flow_rx_agg_channel() local1623 KPKTQ_INIT(&super_pkts); in flow_rx_agg_channel()1908 KPKTQ_ENQUEUE(&super_pkts, spkt); in flow_rx_agg_channel()1949 if (KPKTQ_LEN(&super_pkts) > 0) { in flow_rx_agg_channel()1950 fsw_ring_enqueue_tail_drop(fsw, ring, &super_pkts); in flow_rx_agg_channel()1952 KPKTQ_FINI(&super_pkts); in flow_rx_agg_channel()