FD.io VPP  v19.04.2-12-g66b1689
Vector Packet Processing
gbp_learn.c File Reference
+ Include dependency graph for gbp_learn.c:

Go to the source code of this file.

Functions

void gbp_learn_enable (u32 sw_if_index, gbb_learn_mode_t mode)
 
void gbp_learn_disable (u32 sw_if_index, gbb_learn_mode_t mode)
 
static clib_error_tgbp_learn_init (vlib_main_t *vm)
 

Variables

gbp_learn_main_t gbp_learn_main
 

Function Documentation

void gbp_learn_disable ( u32  sw_if_index,
gbb_learn_mode_t  mode 
)

Definition at line 41 of file gbp_learn.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void gbp_learn_enable ( u32  sw_if_index,
gbb_learn_mode_t  mode 
)

Definition at line 25 of file gbp_learn.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* gbp_learn_init ( vlib_main_t vm)
static

Definition at line 57 of file gbp_learn.c.

+ Here is the call graph for this function:

Variable Documentation

gbp_learn_main_t gbp_learn_main

Definition at line 22 of file gbp_learn.c.