FD.io VPP
v21.10.1-2-g0a485f517
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 } |
Definition at line 77 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 26 of file ip_table.h.
Enumerator | |
---|---|
VNET_IP_TABLE_FUNC_PRIORITY_LOW | |
VNET_IP_TABLE_FUNC_PRIORITY_HIGH |
Definition at line 21 of file ip_table.h.