FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
fib_bfd.c File Reference
+ Include dependency graph for fib_bfd.c:

Go to the source code of this file.

Functions

static fib_bfd_state_t fib_bfd_bfd_state_to_fib (bfd_state_e bstate)
 
static void fib_bfd_update_walk (fib_node_index_t fei)
 
void fib_bfd_notify (bfd_listen_event_e event, const bfd_session_t *session)
 Callback function registered with BFD module to receive notifications of the CRUD of BFD sessions would be static but for the fact it's called from the unit-tests. More...
 
static clib_error_tfib_bfd_main_init (vlib_main_t *vm)
 

Function Documentation

◆ fib_bfd_bfd_state_to_fib()

static fib_bfd_state_t fib_bfd_bfd_state_to_fib ( bfd_state_e  bstate)
static

Definition at line 24 of file fib_bfd.c.

+ Here is the caller graph for this function:

◆ fib_bfd_main_init()

static clib_error_t* fib_bfd_main_init ( vlib_main_t vm)
static

Definition at line 184 of file fib_bfd.c.

+ Here is the call graph for this function:

◆ fib_bfd_notify()

void fib_bfd_notify ( bfd_listen_event_e  event,
const bfd_session_t session 
)

Callback function registered with BFD module to receive notifications of the CRUD of BFD sessions would be static but for the fact it's called from the unit-tests.

Definition at line 57 of file fib_bfd.c.

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

◆ fib_bfd_update_walk()

static void fib_bfd_update_walk ( fib_node_index_t  fei)
static

Definition at line 39 of file fib_bfd.c.

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