Lines Matching refs:pkts
33 struct rte_mbuf *mbuf0, *mbuf1, *mbuf2, *mbuf3, **pkts; in pkt_cls_node_process() local
41 pkts = (struct rte_mbuf **)objs; in pkt_cls_node_process()
50 rte_prefetch0(pkts[i]); in pkt_cls_node_process()
63 rte_prefetch0(pkts[4]); in pkt_cls_node_process()
64 rte_prefetch0(pkts[5]); in pkt_cls_node_process()
65 rte_prefetch0(pkts[6]); in pkt_cls_node_process()
66 rte_prefetch0(pkts[7]); in pkt_cls_node_process()
70 mbuf0 = pkts[0]; in pkt_cls_node_process()
71 mbuf1 = pkts[1]; in pkt_cls_node_process()
72 mbuf2 = pkts[2]; in pkt_cls_node_process()
73 mbuf3 = pkts[3]; in pkt_cls_node_process()
74 pkts += 4; in pkt_cls_node_process()
169 mbuf0 = pkts[0]; in pkt_cls_node_process()
171 pkts += 1; in pkt_cls_node_process()