Lines Matching refs:from
48 void **to_next, **from; in ip4_rewrite_node_process() local
58 from = objs; in ip4_rewrite_node_process()
146 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process()
147 from += last_spec; in ip4_rewrite_node_process()
154 to_next[0] = from[0]; in ip4_rewrite_node_process()
159 from[0]); in ip4_rewrite_node_process()
164 to_next[0] = from[1]; in ip4_rewrite_node_process()
169 from[1]); in ip4_rewrite_node_process()
174 to_next[0] = from[2]; in ip4_rewrite_node_process()
179 from[2]); in ip4_rewrite_node_process()
184 to_next[0] = from[3]; in ip4_rewrite_node_process()
189 from[3]); in ip4_rewrite_node_process()
192 from += 4; in ip4_rewrite_node_process()
234 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process()
235 from += last_spec; in ip4_rewrite_node_process()
240 rte_node_enqueue_x1(graph, node, next0, from[0]); in ip4_rewrite_node_process()
241 from += 1; in ip4_rewrite_node_process()
254 rte_memcpy(to_next, from, last_spec * sizeof(from[0])); in ip4_rewrite_node_process()