FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
ip_table.h File Reference
+ 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 }
 

Macro Definition Documentation

◆ VNET_IP_TABLE_ADD_DEL_FUNCTION

#define VNET_IP_TABLE_ADD_DEL_FUNCTION (   f)    _VNET_IP_TABLE_FUNCTION_DECL(f,ip_table_add_del)

Definition at line 77 of file ip_table.h.

◆ VNET_IP_TABLE_FUNC_N_PRIO

#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.

Typedef Documentation

◆ vnet_ip_table_function_priority_t

Enumeration Type Documentation

◆ vnet_ip_table_function_priority_t_

Enumerator
VNET_IP_TABLE_FUNC_PRIORITY_LOW 
VNET_IP_TABLE_FUNC_PRIORITY_HIGH 

Definition at line 21 of file ip_table.h.