FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Go to the source code of this file.
Typedefs | |
typedef int(* | mfib_entry_covered_walk_t) (mfib_entry_t *cover, fib_node_index_t covered, void *ctx) |
callback function used when walking the covered entries More... | |
Functions | |
u32 | mfib_entry_cover_track (mfib_entry_t *cover, fib_node_index_t covered) |
void | mfib_entry_cover_untrack (mfib_entry_t *cover, u32 tracked_index) |
void | mfib_entry_cover_walk (mfib_entry_t *cover, mfib_entry_covered_walk_t walk, void *ctx) |
void | mfib_entry_cover_change_notify (fib_node_index_t cover_index, fib_node_index_t covered_index) |
void | mfib_entry_cover_update_notify (mfib_entry_t *cover) |
typedef int(* mfib_entry_covered_walk_t) (mfib_entry_t *cover, fib_node_index_t covered, void *ctx) |
callback function used when walking the covered entries
Definition at line 24 of file mfib_entry_cover.h.
void mfib_entry_cover_change_notify | ( | fib_node_index_t | cover_index, |
fib_node_index_t | covered_index | ||
) |
Definition at line 151 of file mfib_entry_cover.c.
u32 mfib_entry_cover_track | ( | mfib_entry_t * | cover, |
fib_node_index_t | covered | ||
) |
Definition at line 21 of file mfib_entry_cover.c.
void mfib_entry_cover_untrack | ( | mfib_entry_t * | cover, |
u32 | tracked_index | ||
) |
Definition at line 44 of file mfib_entry_cover.c.
void mfib_entry_cover_update_notify | ( | mfib_entry_t * | cover | ) |
Definition at line 175 of file mfib_entry_cover.c.
void mfib_entry_cover_walk | ( | mfib_entry_t * | cover, |
mfib_entry_covered_walk_t | walk, | ||
void * | ctx | ||
) |
Definition at line 87 of file mfib_entry_cover.c.