Searched refs:next3 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/dpdk/lib/librte_node/ |
| H A D | ip4_rewrite.c | 44 uint16_t next0, next1, next2, next3, next_index; in ip4_rewrite_node_process() local 133 next3 = nh[priv23.u16[4]].tx_node; in ip4_rewrite_node_process() 142 (next1 == next2) && (next2 == next3)); in ip4_rewrite_node_process() 183 if (next_index == next3) { in ip4_rewrite_node_process() 188 rte_node_enqueue_x1(graph, node, next3, in ip4_rewrite_node_process() 195 if ((next_index != next3) && (next2 == next3)) { in ip4_rewrite_node_process() 202 next_index = next3; 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 129 next3 = (dst.u32[3] >> 16); in ip4_lookup_node_process_vec() 134 (next_index ^ next2) | (next_index ^ next3); in ip4_lookup_node_process_vec() 175 if (next_index == next3) { in ip4_lookup_node_process_vec() 180 rte_node_enqueue_x1(graph, node, next3, in ip4_lookup_node_process_vec()
|