FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef int(* | fib_entry_covered_walk_t) (fib_entry_t *cover, fib_node_index_t covered, void *ctx) |
callback function used when walking the covered entries More... | |
Functions | |
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) |
void | fib_entry_cover_walk (fib_entry_t *cover, fib_entry_covered_walk_t walk, void *ctx) |
void | fib_entry_cover_change_notify (fib_node_index_t cover_index, fib_node_index_t covered_index) |
void | fib_entry_cover_update_notify (fib_entry_t *cover) |
typedef int(* fib_entry_covered_walk_t) (fib_entry_t *cover, fib_node_index_t covered, void *ctx) |
callback function used when walking the covered entries
Definition at line 24 of file fib_entry_cover.h.
void fib_entry_cover_change_notify | ( | fib_node_index_t | cover_index, |
fib_node_index_t | covered_index | ||
) |
Definition at line 152 of file fib_entry_cover.c.
u32 fib_entry_cover_track | ( | fib_entry_t * | cover, |
fib_node_index_t | covered | ||
) |
Definition at line 22 of file fib_entry_cover.c.
void fib_entry_cover_untrack | ( | fib_entry_t * | cover, |
u32 | tracked_index | ||
) |
Definition at line 45 of file fib_entry_cover.c.
void fib_entry_cover_update_notify | ( | fib_entry_t * | cover | ) |
Definition at line 176 of file fib_entry_cover.c.
void fib_entry_cover_walk | ( | fib_entry_t * | cover, |
fib_entry_covered_walk_t | walk, | ||
void * | ctx | ||
) |
Definition at line 88 of file fib_entry_cover.c.