FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
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 |
#define GBP_SRC_N_CLASSIFY (GBP_SRC_CLASSIFY_LPM + 1) |
Definition at line 30 of file gbp_classify.h.
typedef struct gbp_src_classify_main_t_ gbp_src_classify_main_t |
Grouping of global data for the GBP source EPG classification feature.
typedef enum gbp_src_classify_type_t_ gbp_src_classify_type_t |
Enumerator | |
---|---|
GBP_SRC_CLASSIFY_NULL | |
GBP_SRC_CLASSIFY_PORT | |
GBP_SRC_CLASSIFY_LPM |
Definition at line 23 of file gbp_classify.h.
gbp_src_classify_main_t gbp_src_classify_main |
Definition at line 22 of file gbp_classify.c.