Home
last modified time | relevance | path

Searched refs:next2 (Results 1 – 3 of 3) sorted by relevance

/f-stack/dpdk/lib/librte_node/
H A Dip4_rewrite.c44 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 Dip4_lookup_sse.h16 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 Dcmdline_parse.c453 goto next2; in cmdline_complete()
466 goto next2; in cmdline_complete()
525 next2: in cmdline_complete()