Searched refs:next1 (Results 1 – 2 of 2) sorted by relevance
| /dpdk/lib/node/ |
| H A D | ip4_rewrite.c | 40 uint16_t next0, next1, next2, next3, next_index; in ip4_rewrite_node_process() local 108 next1 = nh[priv01.u16[4]].tx_node; in ip4_rewrite_node_process() 137 ((next_index == next0) && (next0 == next1) && in ip4_rewrite_node_process() 138 (next1 == next2) && (next2 == next3)); in ip4_rewrite_node_process() 159 if (next_index == next1) { in ip4_rewrite_node_process() 164 rte_node_enqueue_x1(graph, node, next1, in ip4_rewrite_node_process()
|
| H A D | ip4_lookup_sse.h | 16 rte_edge_t next0, next1, next2, next3, next_index; in ip4_lookup_node_process_vec() local 123 next1 = (dst.u32[1] >> 16); in ip4_lookup_node_process_vec() 133 (next_index ^ next0) | (next_index ^ next1) | in ip4_lookup_node_process_vec() 155 if (next_index == next1) { in ip4_lookup_node_process_vec() 160 rte_node_enqueue_x1(graph, node, next1, in ip4_lookup_node_process_vec()
|