Lines Matching refs:node
34 ip6_rewrite_node_process(struct rte_graph *graph, struct rte_node *node, in ip6_rewrite_node_process() argument
39 const int dyn = IP6_REWRITE_NODE_PRIV1_OFF(node->ctx); in ip6_rewrite_node_process()
50 next_index = IP6_REWRITE_NODE_LAST_NEXT(node->ctx); in ip6_rewrite_node_process()
61 to_next = rte_node_next_stream_get(graph, node, next_index, nb_objs); in ip6_rewrite_node_process()
144 rte_node_enqueue_x1(graph, node, next0, in ip6_rewrite_node_process()
154 rte_node_enqueue_x1(graph, node, next1, in ip6_rewrite_node_process()
164 rte_node_enqueue_x1(graph, node, next2, in ip6_rewrite_node_process()
174 rte_node_enqueue_x1(graph, node, next3, in ip6_rewrite_node_process()
183 rte_node_next_stream_put(graph, node, in ip6_rewrite_node_process()
190 graph, node, next_index, nb_objs); in ip6_rewrite_node_process()
220 rte_node_enqueue_x1(graph, node, next0, from[0]); in ip6_rewrite_node_process()
229 rte_node_next_stream_move(graph, node, next_index); in ip6_rewrite_node_process()
235 rte_node_next_stream_put(graph, node, next_index, held); in ip6_rewrite_node_process()
237 IP6_REWRITE_NODE_LAST_NEXT(node->ctx) = next_index; in ip6_rewrite_node_process()
243 ip6_rewrite_node_init(const struct rte_graph *graph, struct rte_node *node) in ip6_rewrite_node_init() argument
257 IP6_REWRITE_NODE_PRIV1_OFF(node->ctx) = node_mbuf_priv1_dynfield_offset; in ip6_rewrite_node_init()