Home
last modified time | relevance | path

Searched refs:rte_node_next_stream_move (Results 1 – 10 of 10) sorted by relevance

/f-stack/dpdk/lib/librte_graph/
H A Dversion.map44 rte_node_next_stream_move;
H A Drte_graph_worker.h487 rte_node_next_stream_move(struct rte_graph *graph, struct rte_node *src, in rte_node_next_stream_move() function
/f-stack/dpdk/lib/librte_node/
H A Dip4_lookup.c116 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_scalar()
H A Dethdev_rx.c36 rte_node_next_stream_move(graph, node, next_index); in ethdev_rx_node_process_inline()
H A Dpkt_cls.c200 rte_node_next_stream_move(graph, node, next_index); in pkt_cls_node_process()
H A Dip4_lookup_sse.h230 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_vec()
H A Dip4_lookup_neon.h226 rte_node_next_stream_move(graph, node, next_index); in ip4_lookup_node_process_vec()
H A Dip4_rewrite.c249 rte_node_next_stream_move(graph, node, next_index); in ip4_rewrite_node_process()
/f-stack/dpdk/doc/guides/prog_guide/
H A Dgraph_lib.rst267 ``rte_node_next_stream_move()`` or using ``rte_node_next_stream_get()`` and
285 This is called home run and ``rte_node_next_stream_move()`` could be used to
314 ``rte_node_next_stream_move(node, next_node)``.
346 (src node stream) and does ``rte_node_next_stream_move()`` only when
/f-stack/dpdk/app/test/
H A Dtest_graph_perf.c164 rte_node_next_stream_move(graph, node, node->ctx[1]); in test_perf_node_worker()