![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Include dependency graph for gbp_learn.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | gbp_learn_main_t_ |
| Grouping of global data for the GBP source EPG classification feature. More... | |
Macros | |
| #define | GBP_ENDPOINT_HASH_LEARN_RATE (1e-2) |
| The maximum learning rate per-hashed EP. More... | |
Typedefs | |
| typedef struct gbp_learn_main_t_ | gbp_learn_main_t |
| Grouping of global data for the GBP source EPG classification feature. More... | |
Functions | |
| void | gbp_learn_enable (u32 sw_if_index) |
| void | gbp_learn_disable (u32 sw_if_index) |
Variables | |
| gbp_learn_main_t | gbp_learn_main |
| #define GBP_ENDPOINT_HASH_LEARN_RATE (1e-2) |
The maximum learning rate per-hashed EP.
Definition at line 24 of file gbp_learn.h.
| typedef struct gbp_learn_main_t_ gbp_learn_main_t |
Grouping of global data for the GBP source EPG classification feature.
| void gbp_learn_disable | ( | u32 | sw_if_index | ) |
| void gbp_learn_enable | ( | u32 | sw_if_index | ) |
| gbp_learn_main_t gbp_learn_main |
Definition at line 22 of file gbp_learn.c.