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

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   msg_id_base
 

Functions

static void vl_api_bond_delete_t_handler (vl_api_bond_delete_t *mp)
 
static void vl_api_bond_create_t_handler (vl_api_bond_create_t *mp)
 
static void vl_api_bond_create2_t_handler (vl_api_bond_create2_t *mp)
 
static void vl_api_bond_add_member_t_handler (vl_api_bond_add_member_t *mp)
 
static void vl_api_bond_enslave_t_handler (vl_api_bond_enslave_t *mp)
 
static void vl_api_sw_interface_set_bond_weight_t_handler (vl_api_sw_interface_set_bond_weight_t *mp)
 
static void vl_api_bond_detach_slave_t_handler (vl_api_bond_detach_slave_t *mp)
 
static void vl_api_bond_detach_member_t_handler (vl_api_bond_detach_member_t *mp)
 
static void bond_send_sw_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, bond_interface_details_t *bond_if, u32 context)
 
static void vl_api_sw_interface_bond_dump_t_handler (vl_api_sw_interface_bond_dump_t *mp)
 
static void bond_send_sw_bond_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, bond_interface_details_t *bond_if, u32 context)
 
static void vl_api_sw_bond_interface_dump_t_handler (vl_api_sw_bond_interface_dump_t *mp)
 
static void bond_send_sw_member_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, member_interface_details_t *member_if, u32 context)
 
static void vl_api_sw_interface_slave_dump_t_handler (vl_api_sw_interface_slave_dump_t *mp)
 
static void bond_send_member_interface_details (vpe_api_main_t *am, vl_api_registration_t *reg, member_interface_details_t *member_if, u32 context)
 
static void vl_api_sw_member_interface_dump_t_handler (vl_api_sw_member_interface_dump_t *mp)
 
static clib_error_tbond_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (bond_api_hookup)
 

Variables

static u16 msg_id_base
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   msg_id_base

Definition at line 33 of file bond_api.c.

Function Documentation

◆ bond_api_hookup()

static clib_error_t* bond_api_hookup ( vlib_main_t vm)
static

Definition at line 432 of file bond_api.c.

+ Here is the call graph for this function:

◆ bond_send_member_interface_details()

static void bond_send_member_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
member_interface_details_t member_if,
u32  context 
)
static

Definition at line 380 of file bond_api.c.

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

◆ bond_send_sw_bond_interface_details()

static void bond_send_sw_bond_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
bond_interface_details_t bond_if,
u32  context 
)
static

Definition at line 269 of file bond_api.c.

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

◆ bond_send_sw_interface_details()

static void bond_send_sw_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
bond_interface_details_t bond_if,
u32  context 
)
static

Definition at line 217 of file bond_api.c.

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

◆ bond_send_sw_member_interface_details()

static void bond_send_sw_member_interface_details ( vpe_api_main_t am,
vl_api_registration_t reg,
member_interface_details_t member_if,
u32  context 
)
static

Definition at line 329 of file bond_api.c.

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

◆ vl_api_bond_add_member_t_handler()

static void vl_api_bond_add_member_t_handler ( vl_api_bond_add_member_t mp)
static

Definition at line 117 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_create2_t_handler()

static void vl_api_bond_create2_t_handler ( vl_api_bond_create2_t mp)
static

Definition at line 84 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_create_t_handler()

static void vl_api_bond_create_t_handler ( vl_api_bond_create_t mp)
static

Definition at line 52 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_delete_t_handler()

static void vl_api_bond_delete_t_handler ( vl_api_bond_delete_t mp)
static

Definition at line 39 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_detach_member_t_handler()

static void vl_api_bond_detach_member_t_handler ( vl_api_bond_detach_member_t mp)
static

Definition at line 200 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_detach_slave_t_handler()

static void vl_api_bond_detach_slave_t_handler ( vl_api_bond_detach_slave_t mp)
static

Definition at line 183 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_bond_enslave_t_handler()

static void vl_api_bond_enslave_t_handler ( vl_api_bond_enslave_t mp)
static

Definition at line 140 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_bond_interface_dump_t_handler()

static void vl_api_sw_bond_interface_dump_t_handler ( vl_api_sw_bond_interface_dump_t mp)
static

Definition at line 296 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_bond_dump_t_handler()

static void vl_api_sw_interface_bond_dump_t_handler ( vl_api_sw_interface_bond_dump_t mp)
static

Definition at line 244 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_set_bond_weight_t_handler()

static void vl_api_sw_interface_set_bond_weight_t_handler ( vl_api_sw_interface_set_bond_weight_t mp)
static

Definition at line 164 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_slave_dump_t_handler()

static void vl_api_sw_interface_slave_dump_t_handler ( vl_api_sw_interface_slave_dump_t mp)
static

Definition at line 354 of file bond_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_member_interface_dump_t_handler()

static void vl_api_sw_member_interface_dump_t_handler ( vl_api_sw_member_interface_dump_t mp)
static

Definition at line 405 of file bond_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( bond_api_hookup  )

Variable Documentation

◆ msg_id_base

u16 msg_id_base
static

Definition at line 36 of file bond_api.c.