FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
Go to the source code of this file.
Data Structures | |
struct | abf_dump_walk_ctx_t_ |
Macros | |
#define | vl_typedefs |
#define | vl_endianfun |
#define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
#define | vl_printfun |
#define | vl_api_version(n, v) static u32 api_version=(v); |
#define | foreach_abf_plugin_api_msg |
#define | vl_msg_name_crc_list |
Typedefs | |
typedef struct abf_dump_walk_ctx_t_ | abf_dump_walk_ctx_t |
Functions | |
static void | vl_api_abf_plugin_get_version_t_handler (vl_api_abf_plugin_get_version_t *mp) |
static void | vl_api_abf_policy_add_del_t_handler (vl_api_abf_policy_add_del_t *mp) |
static void | vl_api_abf_itf_attach_add_del_t_handler (vl_api_abf_itf_attach_add_del_t *mp) |
static int | abf_policy_send_details (u32 api, void *args) |
static void | vl_api_abf_policy_dump_t_handler (vl_api_abf_policy_dump_t *mp) |
static int | abf_itf_attach_send_details (u32 aiai, void *args) |
static void | vl_api_abf_itf_attach_dump_t_handler (vl_api_abf_itf_attach_dump_t *mp) |
static clib_error_t * | abf_plugin_api_hookup (vlib_main_t *vm) |
static void | setup_message_id_table (api_main_t *apim) |
static clib_error_t * | abf_api_init (vlib_main_t *vm) |
VLIB_PLUGIN_REGISTER () | |
Variables | |
static u32 | abf_base_msg_id |
Base message ID fot the plugin. More... | |
#define foreach_abf_plugin_api_msg |
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
typedef struct abf_dump_walk_ctx_t_ abf_dump_walk_ctx_t |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
VLIB_PLUGIN_REGISTER | ( | ) |