FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | gbp_policy_dpo_t_ |
The GBP FWD DPO. More... | |
Typedefs | |
typedef struct gbp_policy_dpo_t_ | gbp_policy_dpo_t |
The GBP FWD DPO. More... | |
Functions | |
void | gbp_policy_dpo_add_or_lock (dpo_proto_t dproto, epg_id_t epg, u32 sw_if_index, dpo_id_t *dpo) |
gbp_policy_dpo_t * | gbp_policy_dpo_get (index_t index) |
dpo_type_t | gbp_policy_dpo_get_type (void) |
typedef struct gbp_policy_dpo_t_ gbp_policy_dpo_t |
The GBP FWD DPO.
Used in the L3 path to select the correct EPG uplink based on the source EPG.
void gbp_policy_dpo_add_or_lock | ( | dpo_proto_t | dproto, |
epg_id_t | epg, | ||
u32 | sw_if_index, | ||
dpo_id_t * | dpo | ||
) |
Definition at line 106 of file gbp_policy_dpo.c.
gbp_policy_dpo_t* gbp_policy_dpo_get | ( | index_t | index | ) |
Definition at line 42 of file gbp_policy_dpo.c.
dpo_type_t gbp_policy_dpo_get_type | ( | void | ) |