FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
gbp.h File Reference
+ Include dependency graph for gbp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  gbp_main_t
 Group Base Policy (GBP) defines: More...
 
struct  gbp_policy_main_t_
 Grouping of global data for the GBP source EPG classification feature. More...
 

Macros

#define GBP_N_POLICY   GBP_N_POLICY
 

Typedefs

typedef enum gbp_policy_type_t_ gbp_policy_type_t
 
typedef struct gbp_policy_main_t_ gbp_policy_main_t
 Grouping of global data for the GBP source EPG classification feature. More...
 

Enumerations

enum  gbp_policy_type_t_ { GBP_POLICY_PORT, GBP_POLICY_MAC, GBP_POLICY_LPM }
 

Variables

gbp_main_t gbp_main
 
gbp_policy_main_t gbp_policy_main
 

Macro Definition Documentation

#define GBP_N_POLICY   GBP_N_POLICY

Definition at line 56 of file gbp.h.

Typedef Documentation

Grouping of global data for the GBP source EPG classification feature.

Enumeration Type Documentation

Enumerator
GBP_POLICY_PORT 
GBP_POLICY_MAC 
GBP_POLICY_LPM 

Definition at line 50 of file gbp.h.

Variable Documentation

gbp_main_t gbp_main

Definition at line 88 of file gbp_api.c.

gbp_policy_main_t gbp_policy_main

Definition at line 20 of file gbp_policy.c.