Searched refs:next2 (Results 1 – 3 of 3) 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 122 next2 = nh[priv23.u16[0]].tx_node; in ip4_rewrite_node_process() 142 (next1 == next2) && (next2 == next3)); in ip4_rewrite_node_process() 173 if (next_index == next2) { in ip4_rewrite_node_process() 178 rte_node_enqueue_x1(graph, node, next2, in ip4_rewrite_node_process() 195 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()
|
| /f-stack/dpdk/lib/librte_cmdline/ |
| H A D | cmdline_parse.c | 453 goto next2; in cmdline_complete() 466 goto next2; in cmdline_complete() 525 next2: in cmdline_complete()
|