FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef u8 *(* | fib_entry_delegate_format_t) (const fib_entry_delegate_t *fed, u8 *s) |
typedef for printing a delegate More... | |
Variables | |
static fib_entry_delegate_t * | fib_entry_delegate_pool |
static fib_entry_delegate_format_t | fed_formatters [] |
A delegate type to formatter map. More... | |
static vlib_cli_command_t | show_fib_entry |
(constructor) VLIB_CLI_COMMAND (show_fib_entry) More... | |
typedef u8*(* fib_entry_delegate_format_t) (const fib_entry_delegate_t *fed, u8 *s) |
typedef for printing a delegate
Definition at line 190 of file fib_entry_delegate.c.
fib_entry_delegate_type_t fib_entry_chain_type_to_delegate_type | ( | fib_forward_chain_type_t | fct | ) |
|
static |
Definition at line 88 of file fib_entry_delegate.c.
fib_entry_delegate_t* fib_entry_delegate_find | ( | const fib_entry_t * | fib_entry, |
fib_entry_delegate_type_t | type | ||
) |
Definition at line 65 of file fib_entry_delegate.c.
|
static |
Definition at line 35 of file fib_entry_delegate.c.
fib_entry_delegate_t* fib_entry_delegate_find_or_add | ( | fib_entry_t * | fib_entry, |
fib_entry_delegate_type_t | fdt | ||
) |
Definition at line 118 of file fib_entry_delegate.c.
|
static |
Print a delegate that represents BFD tracking.
Definition at line 252 of file fib_entry_delegate.c.
|
static |
Print a delegate that represents cover tracking.
Definition at line 212 of file fib_entry_delegate.c.
|
static |
Print a delegate that represents attached-export tracking.
Definition at line 239 of file fib_entry_delegate.c.
|
static |
Print a delegate that represents a forwarding chain.
Definition at line 197 of file fib_entry_delegate.c.
|
static |
Print a delegate that represents attached-import tracking.
Definition at line 226 of file fib_entry_delegate.c.
|
static |
Print a delegate that represents tracking.
Definition at line 264 of file fib_entry_delegate.c.
fib_entry_delegate_t* fib_entry_delegate_get | ( | index_t | fedi | ) |
fib_node_index_t fib_entry_delegate_get_index | ( | const fib_entry_delegate_t * | fed | ) |
|
static |
Definition at line 101 of file fib_entry_delegate.c.
void fib_entry_delegate_remove | ( | fib_entry_t * | fib_entry, |
fib_entry_delegate_type_t | type | ||
) |
Definition at line 72 of file fib_entry_delegate.c.
fib_forward_chain_type_t fib_entry_delegate_type_to_chain_type | ( | fib_entry_delegate_type_t | fdt | ) |
Definition at line 296 of file fib_entry_delegate.c.
|
static |
|
static |
A delegate type to formatter map.
Definition at line 280 of file fib_entry_delegate.c.
|
static |
Definition at line 20 of file fib_entry_delegate.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_fib_entry)
Definition at line 347 of file fib_entry_delegate.c.