Lines Matching refs:next_index
16 rte_edge_t next0, next1, next2, next3, next_index; in ip4_lookup_node_process_vec() local
29 next_index = RTE_NODE_IP4_LOOKUP_NEXT_REWRITE; in ip4_lookup_node_process_vec()
44 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip4_lookup_node_process_vec()
133 (next_index ^ next0) | (next_index ^ next1) | in ip4_lookup_node_process_vec()
134 (next_index ^ next2) | (next_index ^ next3); in ip4_lookup_node_process_vec()
145 if (next_index == next0) { in ip4_lookup_node_process_vec()
155 if (next_index == next1) { in ip4_lookup_node_process_vec()
165 if (next_index == next2) { in ip4_lookup_node_process_vec()
175 if (next_index == next3) { in ip4_lookup_node_process_vec()
213 if (unlikely(next_index ^ next0)) { in ip4_lookup_node_process_vec()
230 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_vec()
237 rte_node_next_stream_put(graph, node, next_index, held); in ip4_lookup_node_process_vec()