![]() |
FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
Include dependency graph for gbp_bridge_domain.c:Go to the source code of this file.
Macros | |
| #define | GBP_BD_DBG(...) vlib_log_debug (gb_logger, __VA_ARGS__); |
Variables | |
| gbp_bridge_domain_t * | gbp_bridge_domain_pool |
| Pool of GBP bridge_domains. More... | |
| gbp_bridge_domain_db_t | gbp_bridge_domain_db |
| DB of bridge_domains. More... | |
| vlib_log_class_t | gb_logger |
| logger More... | |
| static vlib_cli_command_t | gbp_bridge_domain_cli_node |
| (constructor) VLIB_CLI_COMMAND (gbp_bridge_domain_cli_node) More... | |
| static vlib_cli_command_t | gbp_bridge_domain_show_node |
| (constructor) VLIB_CLI_COMMAND (gbp_bridge_domain_show_node) More... | |
| #define GBP_BD_DBG | ( | ... | ) | vlib_log_debug (gb_logger, __VA_ARGS__); |
Definition at line 42 of file gbp_bridge_domain.c.
Definition at line 160 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 117 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 140 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int gbp_bridge_domain_add_and_lock | ( | u32 | bd_id, |
| gbp_bridge_domain_flags_t | flags, | ||
| u32 | bvi_sw_if_index, | ||
| u32 | uu_fwd_sw_if_index, | ||
| u32 | bm_flood_sw_if_index | ||
| ) |
Definition at line 172 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
| int gbp_bridge_domain_delete | ( | u32 | bd_id | ) |
Definition at line 300 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 84 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 61 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:| index_t gbp_bridge_domain_index | ( | const gbp_bridge_domain_t * | gbd | ) |
|
static |
|
static |
Definition at line 52 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 404 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void gbp_bridge_domain_unlock | ( | index_t | index | ) |
Definition at line 260 of file gbp_bridge_domain.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void gbp_bridge_domain_walk | ( | gbp_bridge_domain_cb_t | cb, |
| void * | ctx | ||
| ) |
| vlib_log_class_t gb_logger |
logger
Definition at line 40 of file gbp_bridge_domain.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_bridge_domain_cli_node)
Definition at line 396 of file gbp_bridge_domain.c.
| gbp_bridge_domain_db_t gbp_bridge_domain_db |
DB of bridge_domains.
Definition at line 35 of file gbp_bridge_domain.c.
| gbp_bridge_domain_t* gbp_bridge_domain_pool |
Pool of GBP bridge_domains.
Definition at line 30 of file gbp_bridge_domain.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_bridge_domain_show_node)
Definition at line 433 of file gbp_bridge_domain.c.