FD.io VPP
v19.04-6-g6f05f72
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_pg_api_msg |
#define | vl_msg_name_crc_list |
Functions | |
void | stats_dslock_with_hint (int hint, int tag) |
void | stats_dsunlock (void) |
static void | vl_api_pg_create_interface_t_handler (vl_api_pg_create_interface_t *mp) |
static void | vl_api_pg_capture_t_handler (vl_api_pg_capture_t *mp) |
static void | vl_api_pg_enable_disable_t_handler (vl_api_pg_enable_disable_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | pg_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (pg_api_hookup) | |
#define foreach_pg_api_msg |
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
|
static |
|
static |
void stats_dslock_with_hint | ( | int | hint, |
int | tag | ||
) |
Definition at line 377 of file interface_api.c.
void stats_dsunlock | ( | void | ) |
|
static |
|
static |
|
static |
VLIB_API_INIT_FUNCTION | ( | pg_api_hookup | ) |