FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | VNET_IP_TABLE_FUNC_N_PRIO ((vnet_ip_table_function_priority_t)VNET_IP_TABLE_FUNC_PRIORITY_HIGH+1) |
#define | VNET_IP_TABLE_ADD_DEL_FUNCTION(f) _VNET_IP_TABLE_FUNCTION_DECL(f,ip_table_add_del) |
Typedefs | |
typedef enum vnet_ip_table_function_priority_t_ | vnet_ip_table_function_priority_t |
Enumerations | |
enum | vnet_ip_table_function_priority_t_ { VNET_IP_TABLE_FUNC_PRIORITY_LOW, VNET_IP_TABLE_FUNC_PRIORITY_HIGH } |
#define VNET_IP_TABLE_ADD_DEL_FUNCTION | ( | f | ) | _VNET_IP_TABLE_FUNCTION_DECL(f,ip_table_add_del) |
Definition at line 84 of file ip_table.h.
#define VNET_IP_TABLE_FUNC_N_PRIO ((vnet_ip_table_function_priority_t)VNET_IP_TABLE_FUNC_PRIORITY_HIGH+1) |
Definition at line 33 of file ip_table.h.
Enumerator | |
---|---|
VNET_IP_TABLE_FUNC_PRIORITY_LOW | |
VNET_IP_TABLE_FUNC_PRIORITY_HIGH |
Definition at line 28 of file ip_table.h.