FD.io VPP
v18.10-34-gcce845e
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 34 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 90 of file fib_entry_src_rr.c.