Home
last modified time | relevance | path

Searched refs:next1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup_sse.h16 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()
H A Dip4_rewrite.c44 uint16_t next0, next1, next2, next3, next_index; in ip4_rewrite_node_process() local
112 next1 = nh[priv01.u16[4]].tx_node; in ip4_rewrite_node_process()
141 ((next_index == next0) && (next0 == next1) && in ip4_rewrite_node_process()
142 (next1 == next2) && (next2 == next3)); in ip4_rewrite_node_process()
163 if (next_index == next1) { in ip4_rewrite_node_process()
168 rte_node_enqueue_x1(graph, node, next1, in ip4_rewrite_node_process()