![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Include dependency graph for ip_table.h:
This graph shows which files directly or indirectly include this file: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.