FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
fib_entry_cover.h File Reference
+ Include dependency graph for fib_entry_cover.h:
+ This graph shows which files directly or indirectly include this file:

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 Documentation

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.

Function Documentation

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.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u32 fib_entry_cover_track ( fib_entry_t cover,
fib_node_index_t  covered 
)

Definition at line 22 of file fib_entry_cover.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fib_entry_cover_untrack ( fib_entry_t cover,
u32  tracked_index 
)

Definition at line 45 of file fib_entry_cover.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fib_entry_cover_update_notify ( fib_entry_t cover)

Definition at line 176 of file fib_entry_cover.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

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.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: