FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
fib_entry_delegate.c File Reference
+ Include dependency graph for fib_entry_delegate.c:

Go to the source code of this file.

Functions

static fib_entry_delegate_tfib_entry_delegate_find_i (const fib_entry_t *fib_entry, fib_entry_delegate_type_t type, u32 *index)
 
fib_entry_delegate_tfib_entry_delegate_get (const fib_entry_t *fib_entry, fib_entry_delegate_type_t type)
 
void fib_entry_delegate_remove (fib_entry_t *fib_entry, fib_entry_delegate_type_t type)
 
static int fib_entry_delegate_cmp_for_sort (void *v1, void *v2)
 
static void fib_entry_delegate_init (fib_entry_t *fib_entry, fib_entry_delegate_type_t type)
 
fib_entry_delegate_tfib_entry_delegate_find_or_add (fib_entry_t *fib_entry, fib_entry_delegate_type_t fdt)
 
fib_entry_delegate_type_t fib_entry_chain_type_to_delegate_type (fib_forward_chain_type_t fct)
 
fib_forward_chain_type_t fib_entry_delegate_type_to_chain_type (fib_entry_delegate_type_t fdt)
 

Function Documentation

fib_entry_delegate_type_t fib_entry_chain_type_to_delegate_type ( fib_forward_chain_type_t  fct)

Definition at line 108 of file fib_entry_delegate.c.

+ Here is the caller graph for this function:

static int fib_entry_delegate_cmp_for_sort ( void *  v1,
void *  v2 
)
static

Definition at line 68 of file fib_entry_delegate.c.

+ Here is the caller graph for this function:

static fib_entry_delegate_t* fib_entry_delegate_find_i ( const fib_entry_t fib_entry,
fib_entry_delegate_type_t  type,
u32 index 
)
static

Definition at line 20 of file fib_entry_delegate.c.

+ Here is the caller graph for this function:

fib_entry_delegate_t* fib_entry_delegate_find_or_add ( fib_entry_t fib_entry,
fib_entry_delegate_type_t  fdt 
)

Definition at line 92 of file fib_entry_delegate.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

fib_entry_delegate_t* fib_entry_delegate_get ( const fib_entry_t fib_entry,
fib_entry_delegate_type_t  type 
)

Definition at line 47 of file fib_entry_delegate.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void fib_entry_delegate_init ( fib_entry_t fib_entry,
fib_entry_delegate_type_t  type 
)
static

Definition at line 77 of file fib_entry_delegate.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void fib_entry_delegate_remove ( fib_entry_t fib_entry,
fib_entry_delegate_type_t  type 
)

Definition at line 54 of file fib_entry_delegate.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

fib_forward_chain_type_t fib_entry_delegate_type_to_chain_type ( fib_entry_delegate_type_t  fdt)

Definition at line 128 of file fib_entry_delegate.c.

+ Here is the caller graph for this function: