![]() |
FD.io VPP
v16.12-rc0-308-g931be3a
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static void | fib_entry_src_rr_resolve_via_connected (fib_entry_src_t *src, const fib_entry_t *fib_entry, const fib_entry_t *cover) |
static void | fib_entry_src_rr_init (fib_entry_src_t *src) |
Source initialisation Function. More... | |
static int | fib_entry_src_rr_activate (fib_entry_src_t *src, const fib_entry_t *fib_entry) |
static void | fib_entry_src_rr_deactivate (fib_entry_src_t *src, const fib_entry_t *fib_entry) |
Source Deactivate. More... | |
static fib_entry_src_cover_res_t | fib_entry_src_rr_cover_change (fib_entry_src_t *src, const fib_entry_t *fib_entry) |
static fib_entry_src_cover_res_t | fib_entry_src_rr_cover_update (fib_entry_src_t *src, const fib_entry_t *fib_entry) |
static u8 * | fib_entry_src_rr_format (fib_entry_src_t *src, u8 *s) |
void | fib_entry_src_rr_register (void) |
Variables | |
static const fib_entry_src_vft_t | rr_src_vft |
|
static |
Definition at line 75 of file fib_entry_src_rr.c.
|
static |
|
static |
|
static |
Source Deactivate.
Called when the source is no longer best source on the entry
Definition at line 152 of file fib_entry_src_rr.c.
|
static |
|
static |
Source initialisation Function.
Definition at line 65 of file fib_entry_src_rr.c.
void fib_entry_src_rr_register | ( | void | ) |
Definition at line 278 of file fib_entry_src_rr.c.
|
static |
Definition at line 33 of file fib_entry_src_rr.c.
|
static |
Definition at line 268 of file fib_entry_src_rr.c.