FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
bier_api.c File Reference
+ Include dependency graph for bier_api.c:

Go to the source code of this file.

Data Structures

struct  bier_main_t
 
struct  bier_route_details_walk_t_
 
struct  bier_disp_entry_details_walk_t_
 

Macros

#define REPLY_MSG_ID_BASE   bier_main.msg_id_base
 

Typedefs

typedef struct bier_route_details_walk_t_ bier_route_details_walk_t
 
typedef struct bier_disp_entry_details_walk_t_ bier_disp_entry_details_walk_t
 

Functions

static void vl_api_bier_table_add_del_t_handler (vl_api_bier_table_add_del_t *mp)
 
static void send_bier_table_details (vl_api_registration_t *reg, u32 context, const bier_table_t *bt)
 
static void vl_api_bier_table_dump_t_handler (vl_api_bier_table_dump_t *mp)
 
static void vl_api_bier_route_add_del_t_handler (vl_api_bier_route_add_del_t *mp)
 
static void send_bier_route_details (const bier_table_t *bt, const bier_entry_t *be, void *args)
 
static void vl_api_bier_route_dump_t_handler (vl_api_bier_route_dump_t *mp)
 
static void vl_api_bier_imp_add_t_handler (vl_api_bier_imp_add_t *mp)
 
static void vl_api_bier_imp_del_t_handler (vl_api_bier_imp_del_t *mp)
 
static void send_bier_imp_details (vl_api_registration_t *reg, u32 context, const bier_imp_t *bi)
 
static void vl_api_bier_imp_dump_t_handler (vl_api_bier_imp_dump_t *mp)
 
static void vl_api_bier_disp_table_add_del_t_handler (vl_api_bier_disp_table_add_del_t *mp)
 
static void send_bier_disp_table_details (vl_api_registration_t *reg, u32 context, const bier_disp_table_t *bdt)
 
static void vl_api_bier_disp_table_dump_t_handler (vl_api_bier_disp_table_dump_t *mp)
 
static void vl_api_bier_disp_entry_add_del_t_handler (vl_api_bier_disp_entry_add_del_t *mp)
 
static void send_bier_disp_entry_details (const bier_disp_table_t *bdt, const bier_disp_entry_t *bde, u16 bp, void *args)
 
static void vl_api_bier_disp_entry_dump_t_handler (vl_api_bier_disp_entry_dump_t *mp)
 
static clib_error_tbier_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (bier_api_hookup)
 

Variables

bier_main_t bier_main
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   bier_main.msg_id_base

Definition at line 39 of file bier_api.c.

Typedef Documentation

◆ bier_disp_entry_details_walk_t

◆ bier_route_details_walk_t

Function Documentation

◆ bier_api_hookup()

static clib_error_t* bier_api_hookup ( vlib_main_t vm)
static

Definition at line 660 of file bier_api.c.

+ Here is the call graph for this function:

◆ send_bier_disp_entry_details()

static void send_bier_disp_entry_details ( const bier_disp_table_t bdt,
const bier_disp_entry_t bde,
u16  bp,
void *  args 
)
static

Definition at line 586 of file bier_api.c.

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

◆ send_bier_disp_table_details()

static void send_bier_disp_table_details ( vl_api_registration_t reg,
u32  context,
const bier_disp_table_t bdt 
)
static

Definition at line 423 of file bier_api.c.

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

◆ send_bier_imp_details()

static void send_bier_imp_details ( vl_api_registration_t reg,
u32  context,
const bier_imp_t bi 
)
static

Definition at line 349 of file bier_api.c.

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

◆ send_bier_route_details()

static void send_bier_route_details ( const bier_table_t bt,
const bier_entry_t be,
void *  args 
)
static

Definition at line 223 of file bier_api.c.

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

◆ send_bier_table_details()

static void send_bier_table_details ( vl_api_registration_t reg,
u32  context,
const bier_table_t bt 
)
static

Definition at line 99 of file bier_api.c.

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

◆ vl_api_bier_disp_entry_add_del_t_handler()

static void vl_api_bier_disp_entry_add_del_t_handler ( vl_api_bier_disp_entry_add_del_t mp)
static

Definition at line 459 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_disp_entry_dump_t_handler()

static void vl_api_bier_disp_entry_dump_t_handler ( vl_api_bier_disp_entry_dump_t mp)
static

Definition at line 640 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_disp_table_add_del_t_handler()

static void vl_api_bier_disp_table_add_del_t_handler ( vl_api_bier_disp_table_add_del_t mp)
static

Definition at line 397 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_disp_table_dump_t_handler()

static void vl_api_bier_disp_table_dump_t_handler ( vl_api_bier_disp_table_dump_t mp)
static

Definition at line 443 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_imp_add_t_handler()

static void vl_api_bier_imp_add_t_handler ( vl_api_bier_imp_add_t mp)
static

Definition at line 292 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_imp_del_t_handler()

static void vl_api_bier_imp_del_t_handler ( vl_api_bier_imp_del_t mp)
static

Definition at line 334 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_imp_dump_t_handler()

static void vl_api_bier_imp_dump_t_handler ( vl_api_bier_imp_dump_t mp)
static

Definition at line 381 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_route_add_del_t_handler()

static void vl_api_bier_route_add_del_t_handler ( vl_api_bier_route_add_del_t mp)
static

Definition at line 143 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_route_dump_t_handler()

static void vl_api_bier_route_dump_t_handler ( vl_api_bier_route_dump_t mp)
static

Definition at line 269 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_table_add_del_t_handler()

static void vl_api_bier_table_add_del_t_handler ( vl_api_bier_table_add_del_t mp)
static

Definition at line 50 of file bier_api.c.

+ Here is the call graph for this function:

◆ vl_api_bier_table_dump_t_handler()

static void vl_api_bier_table_dump_t_handler ( vl_api_bier_table_dump_t mp)
static

Definition at line 121 of file bier_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( bier_api_hookup  )

Variable Documentation

◆ bier_main

bier_main_t bier_main

Definition at line 47 of file bier_api.c.