Lines Matching refs:from
44 void **to_next, **from; in ip4_rewrite_node_process() local
54 from = objs; in ip4_rewrite_node_process()
142 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process()
143 from += last_spec; in ip4_rewrite_node_process()
150 to_next[0] = from[0]; in ip4_rewrite_node_process()
155 from[0]); in ip4_rewrite_node_process()
160 to_next[0] = from[1]; in ip4_rewrite_node_process()
165 from[1]); in ip4_rewrite_node_process()
170 to_next[0] = from[2]; in ip4_rewrite_node_process()
175 from[2]); in ip4_rewrite_node_process()
180 to_next[0] = from[3]; in ip4_rewrite_node_process()
185 from[3]); in ip4_rewrite_node_process()
188 from += 4; in ip4_rewrite_node_process()
230 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process()
231 from += last_spec; in ip4_rewrite_node_process()
236 rte_node_enqueue_x1(graph, node, next0, from[0]); in ip4_rewrite_node_process()
237 from += 1; in ip4_rewrite_node_process()
250 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process()