FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
fib_entry_src_simple.c File Reference
+ Include dependency graph for fib_entry_src_simple.c:

Go to the source code of this file.

Functions

static void fib_entry_src_simple_init (fib_entry_src_t *src)
 Source initialisation Function. More...
 
static void fib_entry_src_simple_deinit (fib_entry_src_t *src)
 Source deinitialisation Function. More...
 
static void fib_entry_src_simple_remove (fib_entry_src_t *src)
 
static void fib_entry_src_simple_add (fib_entry_src_t *src, const fib_entry_t *entry, fib_entry_flag_t flags, dpo_proto_t proto, const dpo_id_t *dpo)
 
static void fib_entry_src_simple_path_swap (fib_entry_src_t *src, const fib_entry_t *entry, fib_path_list_flags_t pl_flags, const fib_route_path_t *rpaths)
 
void fib_entry_src_simple_register (void)
 

Variables

static const fib_entry_src_vft_t simple_src_vft
 

Function Documentation

◆ fib_entry_src_simple_add()

static void fib_entry_src_simple_add ( fib_entry_src_t src,
const fib_entry_t entry,
fib_entry_flag_t  flags,
dpo_proto_t  proto,
const dpo_id_t dpo 
)
static

Definition at line 43 of file fib_entry_src_simple.c.

+ Here is the call graph for this function:

◆ fib_entry_src_simple_deinit()

static void fib_entry_src_simple_deinit ( fib_entry_src_t src)
static

Source deinitialisation Function.

Definition at line 32 of file fib_entry_src_simple.c.

◆ fib_entry_src_simple_init()

static void fib_entry_src_simple_init ( fib_entry_src_t src)
static

Source initialisation Function.

Definition at line 23 of file fib_entry_src_simple.c.

◆ fib_entry_src_simple_path_swap()

static void fib_entry_src_simple_path_swap ( fib_entry_src_t src,
const fib_entry_t entry,
fib_path_list_flags_t  pl_flags,
const fib_route_path_t rpaths 
)
static

Definition at line 56 of file fib_entry_src_simple.c.

+ Here is the call graph for this function:

◆ fib_entry_src_simple_register()

void fib_entry_src_simple_register ( void  )

Definition at line 74 of file fib_entry_src_simple.c.

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

◆ fib_entry_src_simple_remove()

static void fib_entry_src_simple_remove ( fib_entry_src_t src)
static

Definition at line 37 of file fib_entry_src_simple.c.

Variable Documentation

◆ simple_src_vft

const fib_entry_src_vft_t simple_src_vft
static
Initial value:
= {
.fesv_path_swap = fib_entry_src_simple_path_swap,
}
static void fib_entry_src_simple_deinit(fib_entry_src_t *src)
Source deinitialisation Function.
static void fib_entry_src_simple_init(fib_entry_src_t *src)
Source initialisation Function.
static void fib_entry_src_simple_path_swap(fib_entry_src_t *src, const fib_entry_t *entry, fib_path_list_flags_t pl_flags, const fib_route_path_t *rpaths)
static void fib_entry_src_simple_remove(fib_entry_src_t *src)
static void fib_entry_src_simple_add(fib_entry_src_t *src, const fib_entry_t *entry, fib_entry_flag_t flags, dpo_proto_t proto, const dpo_id_t *dpo)

Definition at line 65 of file fib_entry_src_simple.c.