![]() |
FD.io VPP
v18.07.1-13-g909ba93
Vector Packet Processing
|
Include dependency graph for gbp_recirc.c:Go to the source code of this file.
Functions | |
| int | gbp_recirc_add (u32 sw_if_index, epg_id_t epg_id, u8 is_ext) |
| void | gbp_recirc_delete (u32 sw_if_index) |
| void | gbp_recirc_walk (gbp_recirc_cb_t cb, void *ctx) |
| static int | gbp_recirc_show_one (gbp_recirc_t *gr, void *ctx) |
| static clib_error_t * | gbp_recirc_show (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
Variables | |
| gbp_recirc_t * | gbp_recirc_pool |
| Pool of GBP recircs. More... | |
| index_t * | gbp_recirc_db |
| Recirc configs keyed by sw_if_index. More... | |
| static vlib_cli_command_t | gbp_recirc_show_node |
| (constructor) VLIB_CLI_COMMAND (gbp_recirc_show_node) More... | |
Definition at line 34 of file gbp_recirc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void gbp_recirc_delete | ( | u32 | sw_if_index | ) |
Definition at line 118 of file gbp_recirc.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 172 of file gbp_recirc.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void gbp_recirc_walk | ( | gbp_recirc_cb_t | cb, |
| void * | ctx | ||
| ) |
| index_t* gbp_recirc_db |
Recirc configs keyed by sw_if_index.
Definition at line 31 of file gbp_recirc.c.
| gbp_recirc_t* gbp_recirc_pool |
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_recirc_show_node)
Definition at line 204 of file gbp_recirc.c.