FD.io VPP  v16.12-rc0-308-g931be3a
Vector Packet Processing
fib_entry_src_api.c File Reference
+ Include dependency graph for fib_entry_src_api.c:

Go to the source code of this file.

Functions

static void fib_entry_src_api_init (fib_entry_src_t *src)
 Source initialisation Function. More...
 
static void fib_entry_src_api_deinit (fib_entry_src_t *src)
 Source deinitialisation Function. More...
 
static void fib_entry_src_api_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_api_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_api_path_remove (fib_entry_src_t *src, fib_path_list_flags_t pl_flags, const fib_route_path_t *paths)
 
static void fib_entry_src_api_add (fib_entry_src_t *src, const fib_entry_t *entry, fib_entry_flag_t flags, fib_protocol_t proto, const dpo_id_t *dpo)
 
static void fib_entry_src_api_remove (fib_entry_src_t *src)
 
void fib_entry_src_api_register (void)
 

Variables

static const fib_entry_src_vft_t api_src_vft
 

Function Documentation

static void fib_entry_src_api_add ( fib_entry_src_t src,
const fib_entry_t entry,
fib_entry_flag_t  flags,
fib_protocol_t  proto,
const dpo_id_t dpo 
)
static

Definition at line 81 of file fib_entry_src_api.c.

+ Here is the call graph for this function:

static void fib_entry_src_api_deinit ( fib_entry_src_t src)
static

Source deinitialisation Function.

Definition at line 32 of file fib_entry_src_api.c.

static void fib_entry_src_api_init ( fib_entry_src_t src)
static

Source initialisation Function.

Definition at line 24 of file fib_entry_src_api.c.

static void fib_entry_src_api_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 47 of file fib_entry_src_api.c.

+ Here is the call graph for this function:

static void fib_entry_src_api_path_remove ( fib_entry_src_t src,
fib_path_list_flags_t  pl_flags,
const fib_route_path_t paths 
)
static

Definition at line 67 of file fib_entry_src_api.c.

+ Here is the call graph for this function:

static void fib_entry_src_api_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 37 of file fib_entry_src_api.c.

+ Here is the call graph for this function:

void fib_entry_src_api_register ( void  )

Definition at line 113 of file fib_entry_src_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void fib_entry_src_api_remove ( fib_entry_src_t src)
static

Definition at line 97 of file fib_entry_src_api.c.

Variable Documentation

const fib_entry_src_vft_t api_src_vft
static
Initial value:
= {
.fesv_init = fib_entry_src_api_init,
.fesv_deinit = fib_entry_src_api_deinit,
.fesv_add = fib_entry_src_api_add,
.fesv_remove = fib_entry_src_api_remove,
.fesv_path_add = fib_entry_src_api_path_add,
.fesv_path_swap = fib_entry_src_api_path_swap,
.fesv_path_remove = fib_entry_src_api_path_remove,
}
static void fib_entry_src_api_deinit(fib_entry_src_t *src)
Source deinitialisation Function.
static void fib_entry_src_api_path_remove(fib_entry_src_t *src, fib_path_list_flags_t pl_flags, const fib_route_path_t *paths)
static void fib_entry_src_api_add(fib_entry_src_t *src, const fib_entry_t *entry, fib_entry_flag_t flags, fib_protocol_t proto, const dpo_id_t *dpo)
static void fib_entry_src_api_remove(fib_entry_src_t *src)
static void fib_entry_src_api_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_api_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_api_init(fib_entry_src_t *src)
Source initialisation Function.

Definition at line 102 of file fib_entry_src_api.c.