Go to the source code of this file.
|
u32 | fib_entry_cover_track (fib_entry_t *cover, fib_node_index_t covered) |
|
void | fib_entry_cover_untrack (fib_entry_t *cover, u32 tracked_index) |
|
static int | fib_entry_cover_walk_node_ptr (fib_node_ptr_t *depend, void *args) |
|
void | fib_entry_cover_walk (fib_entry_t *cover, fib_entry_covered_walk_t walk, void *args) |
|
static int | fib_entry_cover_change_one (fib_entry_t *cover, fib_node_index_t covered, void *args) |
|
void | fib_entry_cover_change_notify (fib_node_index_t cover_index, fib_node_index_t covered) |
|
static int | fib_entry_cover_update_one (fib_entry_t *cover, fib_node_index_t covered, void *args) |
|
void | fib_entry_cover_update_notify (fib_entry_t *fib_entry) |
|
◆ fib_enty_cover_walk_ctx_t
Internal struct to hold user supplied paraneters for the cover walk.
◆ fib_entry_cover_change_notify()
◆ fib_entry_cover_change_one()
◆ fib_entry_cover_track()
◆ fib_entry_cover_untrack()
void fib_entry_cover_untrack |
( |
fib_entry_t * |
cover, |
|
|
u32 |
tracked_index |
|
) |
| |
◆ fib_entry_cover_update_notify()
void fib_entry_cover_update_notify |
( |
fib_entry_t * |
fib_entry | ) |
|
◆ fib_entry_cover_update_one()
◆ fib_entry_cover_walk()
◆ fib_entry_cover_walk_node_ptr()
static int fib_entry_cover_walk_node_ptr |
( |
fib_node_ptr_t * |
depend, |
|
|
void * |
args |
|
) |
| |
|
static |