FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | GBP_RECIRC_DBG(...) vlib_log_debug (gr_logger, __VA_ARGS__); |
Functions | |
u8 * | format_gbp_recirc (u8 *s, va_list *args) |
int | gbp_recirc_add (u32 sw_if_index, sclass_t sclass, u8 is_ext) |
int | gbp_recirc_delete (u32 sw_if_index) |
void | gbp_recirc_walk (gbp_recirc_cb_t cb, void *ctx) |
static walk_rc_t | 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) |
static clib_error_t * | gbp_recirc_init (vlib_main_t *vm) |
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... | |
vlib_log_class_t | gr_logger |
logger More... | |
static void(* | l2e_enable )(u32 sw_if_index) |
L2 Emulation enable/disable symbols. More... | |
static void(* | l2e_disable )(u32 sw_if_index) |
static vlib_cli_command_t | gbp_recirc_show_node |
(constructor) VLIB_CLI_COMMAND (gbp_recirc_show_node) More... | |
#define GBP_RECIRC_DBG | ( | ... | ) | vlib_log_debug (gr_logger, __VA_ARGS__); |
Definition at line 47 of file gbp_recirc.c.
Definition at line 51 of file gbp_recirc.c.
Definition at line 62 of file gbp_recirc.c.
int gbp_recirc_delete | ( | u32 | sw_if_index | ) |
Definition at line 175 of file gbp_recirc.c.
|
static |
|
static |
|
static |
Definition at line 239 of file gbp_recirc.c.
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 34 of file gbp_recirc.c.
gbp_recirc_t* gbp_recirc_pool |
|
static |
(constructor) VLIB_CLI_COMMAND (gbp_recirc_show_node)
Definition at line 264 of file gbp_recirc.c.
vlib_log_class_t gr_logger |
logger
Definition at line 39 of file gbp_recirc.c.
|
static |
Definition at line 45 of file gbp_recirc.c.
|
static |
L2 Emulation enable/disable symbols.
Definition at line 44 of file gbp_recirc.c.