FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
fib_entry_src_adj.c File Reference
+ Include dependency graph for fib_entry_src_adj.c:

Go to the source code of this file.

Data Structures

struct  fib_entry_src_path_list_walk_cxt_t_
 

Typedefs

typedef struct fib_entry_src_path_list_walk_cxt_t_ fib_entry_src_path_list_walk_cxt_t
 

Functions

static void fib_entry_src_adj_init (fib_entry_src_t *src)
 Source initialisation Function. More...
 
static void fib_entry_src_adj_path_add (fib_entry_src_t *src, const fib_entry_t *entry, fib_path_list_flags_t pl_flags, const fib_route_path_t *paths)
 
static void fib_entry_src_adj_path_remove (fib_entry_src_t *src, fib_path_list_flags_t pl_flags, const fib_route_path_t *rpaths)
 
static void fib_entry_src_adj_path_swap (fib_entry_src_t *src, const fib_entry_t *entry, fib_path_list_flags_t pl_flags, const fib_route_path_t *paths)
 
static void fib_entry_src_adj_remove (fib_entry_src_t *src)
 
static void fib_enty_src_adj_update_path_ext (fib_entry_src_t *src, fib_node_index_t path_index, fib_path_ext_adj_flags_t flags)
 
static fib_path_list_walk_rc_t fib_entry_src_adj_path_list_walk (fib_node_index_t pl_index, fib_node_index_t path_index, void *arg)
 
static int fib_entry_src_adj_activate (fib_entry_src_t *src, const fib_entry_t *fib_entry)
 
static int fib_entry_src_adj_reactivate (fib_entry_src_t *src, const fib_entry_t *fib_entry)
 
static void fib_entry_src_adj_deactivate (fib_entry_src_t *src, const fib_entry_t *fib_entry)
 
static u8fib_entry_src_adj_format (fib_entry_src_t *src, u8 *s)
 
static void fib_entry_src_adj_installed (fib_entry_src_t *src, const fib_entry_t *fib_entry)
 
static fib_entry_src_cover_res_t fib_entry_src_adj_cover_change (fib_entry_src_t *src, const fib_entry_t *fib_entry)
 
static fib_entry_src_cover_res_t fib_entry_src_adj_cover_update (fib_entry_src_t *src, const fib_entry_t *fib_entry)
 
void fib_entry_src_adj_register (void)
 

Variables

static const fib_entry_src_vft_t adj_src_vft
 

Typedef Documentation

Function Documentation

static int fib_entry_src_adj_activate ( fib_entry_src_t src,
const fib_entry_t fib_entry 
)
static

Definition at line 205 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static fib_entry_src_cover_res_t fib_entry_src_adj_cover_change ( fib_entry_src_t src,
const fib_entry_t fib_entry 
)
static

Definition at line 332 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static fib_entry_src_cover_res_t fib_entry_src_adj_cover_update ( fib_entry_src_t src,
const fib_entry_t fib_entry 
)
static

Definition at line 358 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static void fib_entry_src_adj_deactivate ( fib_entry_src_t src,
const fib_entry_t fib_entry 
)
static

Definition at line 287 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static u8* fib_entry_src_adj_format ( fib_entry_src_t src,
u8 s 
)
static

Definition at line 309 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static void fib_entry_src_adj_init ( fib_entry_src_t src)
static

Source initialisation Function.

Definition at line 28 of file fib_entry_src_adj.c.

static void fib_entry_src_adj_installed ( fib_entry_src_t src,
const fib_entry_t fib_entry 
)
static

Definition at line 316 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static void fib_entry_src_adj_path_add ( fib_entry_src_t src,
const fib_entry_t entry,
fib_path_list_flags_t  pl_flags,
const fib_route_path_t paths 
)
static

Definition at line 35 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static fib_path_list_walk_rc_t fib_entry_src_adj_path_list_walk ( fib_node_index_t  pl_index,
fib_node_index_t  path_index,
void *  arg 
)
static

Definition at line 162 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void fib_entry_src_adj_path_remove ( fib_entry_src_t src,
fib_path_list_flags_t  pl_flags,
const fib_route_path_t rpaths 
)
static

Definition at line 71 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static void fib_entry_src_adj_path_swap ( fib_entry_src_t src,
const fib_entry_t entry,
fib_path_list_flags_t  pl_flags,
const fib_route_path_t paths 
)
static

Definition at line 98 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

static int fib_entry_src_adj_reactivate ( fib_entry_src_t src,
const fib_entry_t fib_entry 
)
static

Definition at line 266 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

void fib_entry_src_adj_register ( void  )

Definition at line 397 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void fib_entry_src_adj_remove ( fib_entry_src_t src)
static

Definition at line 125 of file fib_entry_src_adj.c.

static void fib_enty_src_adj_update_path_ext ( fib_entry_src_t src,
fib_node_index_t  path_index,
fib_path_ext_adj_flags_t  flags 
)
static

Definition at line 135 of file fib_entry_src_adj.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

const fib_entry_src_vft_t adj_src_vft
static
Initial value:
= {
.fesv_init = fib_entry_src_adj_init,
.fesv_path_swap = fib_entry_src_adj_path_swap,
.fesv_path_add = fib_entry_src_adj_path_add,
.fesv_path_remove = fib_entry_src_adj_path_remove,
.fesv_remove = fib_entry_src_adj_remove,
.fesv_activate = fib_entry_src_adj_activate,
.fesv_deactivate = fib_entry_src_adj_deactivate,
.fesv_reactivate = fib_entry_src_adj_reactivate,
.fesv_format = fib_entry_src_adj_format,
.fesv_installed = fib_entry_src_adj_installed,
.fesv_cover_change = fib_entry_src_adj_cover_change,
.fesv_cover_update = fib_entry_src_adj_cover_update,
}
static fib_entry_src_cover_res_t fib_entry_src_adj_cover_change(fib_entry_src_t *src, const fib_entry_t *fib_entry)
static void fib_entry_src_adj_path_remove(fib_entry_src_t *src, fib_path_list_flags_t pl_flags, const fib_route_path_t *rpaths)
static int fib_entry_src_adj_activate(fib_entry_src_t *src, const fib_entry_t *fib_entry)
static void fib_entry_src_adj_remove(fib_entry_src_t *src)
static fib_entry_src_cover_res_t fib_entry_src_adj_cover_update(fib_entry_src_t *src, const fib_entry_t *fib_entry)
static void fib_entry_src_adj_installed(fib_entry_src_t *src, const fib_entry_t *fib_entry)
static void fib_entry_src_adj_deactivate(fib_entry_src_t *src, const fib_entry_t *fib_entry)
static void fib_entry_src_adj_init(fib_entry_src_t *src)
Source initialisation Function.
static void fib_entry_src_adj_path_add(fib_entry_src_t *src, const fib_entry_t *entry, fib_path_list_flags_t pl_flags, const fib_route_path_t *paths)
static u8 * fib_entry_src_adj_format(fib_entry_src_t *src, u8 *s)
static void fib_entry_src_adj_path_swap(fib_entry_src_t *src, const fib_entry_t *entry, fib_path_list_flags_t pl_flags, const fib_route_path_t *paths)
static int fib_entry_src_adj_reactivate(fib_entry_src_t *src, const fib_entry_t *fib_entry)

Definition at line 381 of file fib_entry_src_adj.c.