![]() |
FD.io VPP
v20.05.1-6-gf53edbc3b
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... | |
| gbp_scope_t * | gbp_scope_by_bd_index |
| Map of BD index to contract scope. 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 49 of file gbp_bridge_domain.c.
Definition at line 168 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 124 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 147 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, |
| u32 | rd_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 180 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 343 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 91 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 68 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 |
| void gbp_bridge_domain_itf_add | ( | index_t | gbdi, |
| u32 | sw_if_index, | ||
| l2_bd_port_type_t | type | ||
| ) |
Definition at line 282 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_itf_del | ( | index_t | gbdi, |
| u32 | sw_if_index, | ||
| l2_bd_port_type_t | type | ||
| ) |
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:
|
static |
Definition at line 59 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 451 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 | gbdi | ) |
Definition at line 312 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 47 of file gbp_bridge_domain.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_bridge_domain_cli_node)
Definition at line 444 of file gbp_bridge_domain.c.
| gbp_bridge_domain_db_t gbp_bridge_domain_db |
DB of bridge_domains.
Definition at line 37 of file gbp_bridge_domain.c.
| gbp_bridge_domain_t* gbp_bridge_domain_pool |
Pool of GBP bridge_domains.
Definition at line 32 of file gbp_bridge_domain.c.
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_bridge_domain_show_node)
Definition at line 480 of file gbp_bridge_domain.c.
| gbp_scope_t* gbp_scope_by_bd_index |
Map of BD index to contract scope.
Definition at line 42 of file gbp_bridge_domain.c.