FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
mfib_entry_cover.h File Reference
+ Include dependency graph for mfib_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(* 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 Documentation

◆ mfib_entry_covered_walk_t

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.

Function Documentation

◆ mfib_entry_cover_change_notify()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mfib_entry_cover_track()

u32 mfib_entry_cover_track ( mfib_entry_t cover,
fib_node_index_t  covered 
)

Definition at line 21 of file mfib_entry_cover.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mfib_entry_cover_untrack()

void mfib_entry_cover_untrack ( mfib_entry_t cover,
u32  tracked_index 
)

Definition at line 44 of file mfib_entry_cover.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mfib_entry_cover_update_notify()

void mfib_entry_cover_update_notify ( mfib_entry_t cover)

Definition at line 175 of file mfib_entry_cover.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ mfib_entry_cover_walk()

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.

+ Here is the call graph for this function:
+ Here is the caller graph for this function: