FD.io VPP
v17.01.1-3-gc6833f8
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) |
u32 | fib_entry_cover_get_size (fib_entry_t *cover) |
u8 * | fib_entry_cover_list_format (fib_entry_t *fib_entry, u8 *s) |
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 196 of file fib_entry_cover.c.
u32 fib_entry_cover_get_size | ( | fib_entry_t * | cover | ) |
Definition at line 110 of file fib_entry_cover.c.
u8* fib_entry_cover_list_format | ( | fib_entry_t * | fib_entry, |
u8 * | s | ||
) |
Definition at line 140 of file fib_entry_cover.c.
u32 fib_entry_cover_track | ( | fib_entry_t * | cover, |
fib_node_index_t | covered | ||
) |
Definition at line 21 of file fib_entry_cover.c.
void fib_entry_cover_untrack | ( | fib_entry_t * | cover, |
u32 | tracked_index | ||
) |
Definition at line 44 of file fib_entry_cover.c.
void fib_entry_cover_update_notify | ( | fib_entry_t * | cover | ) |
Definition at line 220 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 87 of file fib_entry_cover.c.