FD.io VPP  v19.04.1-1-ge4a0f9f
Vector Packet Processing
gbp_classify.h File Reference
+ Include dependency graph for gbp_classify.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

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

Macros

#define GBP_SRC_N_CLASSIFY   (GBP_SRC_CLASSIFY_LPM + 1)
 

Typedefs

typedef enum gbp_src_classify_type_t_ gbp_src_classify_type_t
 
typedef struct gbp_src_classify_main_t_ gbp_src_classify_main_t
 Grouping of global data for the GBP source EPG classification feature. More...
 

Enumerations

enum  gbp_src_classify_type_t_ { GBP_SRC_CLASSIFY_NULL, GBP_SRC_CLASSIFY_PORT, GBP_SRC_CLASSIFY_LPM }
 

Variables

gbp_src_classify_main_t gbp_src_classify_main
 

Macro Definition Documentation

#define GBP_SRC_N_CLASSIFY   (GBP_SRC_CLASSIFY_LPM + 1)

Definition at line 30 of file gbp_classify.h.

Typedef Documentation

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

Enumeration Type Documentation

Enumerator
GBP_SRC_CLASSIFY_NULL 
GBP_SRC_CLASSIFY_PORT 
GBP_SRC_CLASSIFY_LPM 

Definition at line 23 of file gbp_classify.h.

Variable Documentation

gbp_src_classify_main_t gbp_src_classify_main

Definition at line 22 of file gbp_classify.c.