![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Include dependency graph for gbp_fwd_dpo.h:
This graph shows which files directly or indirectly include this file: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.
Here is the call graph for this function:
Here is the caller graph for this function:
|
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.