DPDK  24.11.0-rc3
rte_node_udp4_input_api.h
Go to the documentation of this file.
1 /* SPDX-License-Identifier: BSD-3-Clause
2  * Copyright(C) 2023 Marvell International Ltd.
3  */
4 
5 #ifndef __INCLUDE_RTE_NODE_UDP4_INPUT_API_H__
6 #define __INCLUDE_RTE_NODE_UDP4_INPUT_API_H__
7 
19 #include <rte_common.h>
20 #include <rte_compat.h>
21 
22 #include "rte_graph.h"
23 
24 #ifdef __cplusplus
25 extern "C" {
26 #endif
27 
33 };
34 
41 __rte_experimental
42 int rte_node_udp4_usr_node_add(const char *usr_node);
43 
54 __rte_experimental
55 int rte_node_udp4_dst_port_add(uint32_t dst_port, rte_edge_t next_node);
56 
57 #ifdef __cplusplus
58 }
59 #endif
60 
61 #endif /* __INCLUDE_RTE_NODE_UDP4_API_H__ */
uint16_t rte_edge_t
Definition: rte_graph.h:42
rte_node_udp4_input_next
__rte_experimental int rte_node_udp4_dst_port_add(uint32_t dst_port, rte_edge_t next_node)
__rte_experimental int rte_node_udp4_usr_node_add(const char *usr_node)