DPDK
26.03.0-rc1
lib
node
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
18
#include <
rte_common.h
>
19
#include <rte_compat.h>
20
21
#include "
rte_graph.h
"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
29
enum
rte_node_udp4_input_next
{
30
RTE_NODE_UDP4_INPUT_NEXT_PKT_DROP
,
32
};
33
40
__rte_experimental
41
int
rte_node_udp4_usr_node_add
(
const
char
*usr_node);
42
53
__rte_experimental
54
int
rte_node_udp4_dst_port_add
(uint32_t dst_port,
rte_edge_t
next_node);
55
56
#ifdef __cplusplus
57
}
58
#endif
59
60
#endif
/* __INCLUDE_RTE_NODE_UDP4_API_H__ */
rte_common.h
rte_graph.h
rte_edge_t
uint16_t rte_edge_t
Definition:
rte_graph.h:43
rte_node_udp4_dst_port_add
__rte_experimental int rte_node_udp4_dst_port_add(uint32_t dst_port, rte_edge_t next_node)
rte_node_udp4_input_next
rte_node_udp4_input_next
Definition:
rte_node_udp4_input_api.h:29
RTE_NODE_UDP4_INPUT_NEXT_PKT_DROP
@ RTE_NODE_UDP4_INPUT_NEXT_PKT_DROP
Definition:
rte_node_udp4_input_api.h:30
rte_node_udp4_usr_node_add
__rte_experimental int rte_node_udp4_usr_node_add(const char *usr_node)
Generated by
1.9.4