Lines Matching refs:to_next
38 void **to_next, **from; in pkt_cls_node_process() local
58 to_next = rte_node_next_stream_get(graph, node, in pkt_cls_node_process()
94 rte_memcpy(to_next, from, in pkt_cls_node_process()
97 to_next += last_spec; in pkt_cls_node_process()
103 to_next[0] = from[0]; in pkt_cls_node_process()
104 to_next++; in pkt_cls_node_process()
113 to_next[0] = from[1]; in pkt_cls_node_process()
114 to_next++; in pkt_cls_node_process()
123 to_next[0] = from[2]; in pkt_cls_node_process()
124 to_next++; in pkt_cls_node_process()
133 to_next[0] = from[3]; in pkt_cls_node_process()
134 to_next++; in pkt_cls_node_process()
155 to_next = rte_node_next_stream_get(graph, node, in pkt_cls_node_process()
179 rte_memcpy(to_next, from, in pkt_cls_node_process()
182 to_next += last_spec; in pkt_cls_node_process()
202 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in pkt_cls_node_process()