FD.io VPP
v20.05.1-6-gf53edbc3b
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | vl_typedefs /* define message structures */ |
#define | vl_endianfun /* define message structures */ |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | vl_printfun |
#define | foreach_vpe_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
static void | vl_api_create_vhost_user_if_t_handler (vl_api_create_vhost_user_if_t *mp) |
static void | vl_api_modify_vhost_user_if_t_handler (vl_api_modify_vhost_user_if_t *mp) |
static void | vl_api_delete_vhost_user_if_t_handler (vl_api_delete_vhost_user_if_t *mp) |
static void | send_sw_interface_vhost_user_details (vpe_api_main_t *am, vl_api_registration_t *reg, vhost_user_intf_details_t *vui, u32 context) |
static void | vl_api_sw_interface_vhost_user_dump_t_handler (vl_api_sw_interface_vhost_user_dump_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | vhost_user_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (vhost_user_api_hookup) | |
#define foreach_vpe_api_msg |
Definition at line 48 of file vhost_user_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 36 of file vhost_user_api.c.
#define vl_msg_name_crc_list |
Definition at line 234 of file vhost_user_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 41 of file vhost_user_api.c.
#define vl_printfun |
Definition at line 42 of file vhost_user_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 32 of file vhost_user_api.c.
|
static |
Definition at line 168 of file vhost_user_api.c.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 197 of file vhost_user_api.c.
VLIB_API_INIT_FUNCTION | ( | vhost_user_api_hookup | ) |