FD.io VPP  v17.04-9-g99c0734
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)
 
u32 fib_entry_cover_get_size (fib_entry_t *cover)
 
u8fib_entry_cover_list_format (fib_entry_t *fib_entry, u8 *s)
 

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 196 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_get_size ( fib_entry_t cover)

Definition at line 110 of file fib_entry_cover.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

u8* fib_entry_cover_list_format ( fib_entry_t fib_entry,
u8 s 
)

Definition at line 140 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 21 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 44 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 220 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 87 of file fib_entry_cover.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function: