FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | FIB_ENTRY_FLAGS_RR_INHERITED |
Functions | |
void | fib_entry_src_rr_resolve_via_connected (fib_entry_src_t *src, const fib_entry_t *fib_entry, const fib_entry_t *cover) |
void | fib_entry_src_rr_use_covers_pl (fib_entry_src_t *src, const fib_entry_t *fib_entry, const fib_entry_t *cover) |
fib_entry_src_cover_res_t | fib_entry_src_rr_cover_change (fib_entry_src_t *src, const fib_entry_t *fib_entry) |
fib_entry_src_cover_res_t | fib_entry_src_rr_cover_update (fib_entry_src_t *src, const fib_entry_t *fib_entry) |
#define FIB_ENTRY_FLAGS_RR_INHERITED |
Definition at line 24 of file fib_entry_src_rr.h.
fib_entry_src_cover_res_t fib_entry_src_rr_cover_change | ( | fib_entry_src_t * | src, |
const fib_entry_t * | fib_entry | ||
) |
fib_entry_src_cover_res_t fib_entry_src_rr_cover_update | ( | fib_entry_src_t * | src, |
const fib_entry_t * | fib_entry | ||
) |
void fib_entry_src_rr_resolve_via_connected | ( | fib_entry_src_t * | src, |
const fib_entry_t * | fib_entry, | ||
const fib_entry_t * | cover | ||
) |
Definition at line 35 of file fib_entry_src_rr.c.
void fib_entry_src_rr_use_covers_pl | ( | fib_entry_src_t * | src, |
const fib_entry_t * | fib_entry, | ||
const fib_entry_t * | cover | ||
) |
Definition at line 91 of file fib_entry_src_rr.c.