FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gbp_fwd_dpo_t_ |
The GBP FWD DPO. More... | |
Typedefs | |
typedef struct gbp_fwd_dpo_t_ | gbp_fwd_dpo_t |
The GBP FWD DPO. More... | |
Functions | |
void | gbp_fwd_dpo_add_or_lock (dpo_proto_t dproto, dpo_id_t *dpo) |
dpo_type_t | gbp_fwd_dpo_get_type (void) |
static gbp_fwd_dpo_t * | gbp_fwd_dpo_get (index_t index) |
Variables | |
gbp_fwd_dpo_t * | gbp_fwd_dpo_pool |
pool of all interface DPOs More... | |
typedef struct gbp_fwd_dpo_t_ gbp_fwd_dpo_t |
The GBP FWD DPO.
Used in the L3 path to select the correct EPG uplink based on the source EPG.
void gbp_fwd_dpo_add_or_lock | ( | dpo_proto_t | dproto, |
dpo_id_t * | dpo | ||
) |
Definition at line 88 of file gbp_fwd_dpo.c.
|
inlinestatic |
dpo_type_t gbp_fwd_dpo_get_type | ( | void | ) |
Definition at line 147 of file gbp_fwd_dpo.c.
gbp_fwd_dpo_t* gbp_fwd_dpo_pool |
pool of all interface DPOs
Definition at line 37 of file gbp_fwd_dpo.c.