Searched refs:next2 (Results 1 – 3 of 3) 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 118 next2 = nh[priv23.u16[0]].tx_node; in ip4_rewrite_node_process() 138 (next1 == next2) && (next2 == next3)); in ip4_rewrite_node_process() 169 if (next_index == next2) { in ip4_rewrite_node_process() 174 rte_node_enqueue_x1(graph, node, next2, in ip4_rewrite_node_process() 191 if ((next_index != next3) && (next2 == 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 126 next2 = (dst.u32[2] >> 16); in ip4_lookup_node_process_vec() 134 (next_index ^ next2) | (next_index ^ next3); in ip4_lookup_node_process_vec() 165 if (next_index == next2) { in ip4_lookup_node_process_vec() 170 rte_node_enqueue_x1(graph, node, next2, in ip4_lookup_node_process_vec()
|
| /dpdk/lib/cmdline/ |
| H A D | cmdline_parse.c | 448 goto next2; in cmdline_complete() 461 goto next2; in cmdline_complete() 520 next2: in cmdline_complete()
|