Home
last modified time | relevance | path

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

/xnu-11215.61.5/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1620 struct pktq super_pkts; /* dst super packets */ in flow_rx_agg_channel() local
1623 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()