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_set_ipfix_exporter_t_handler (vl_api_set_ipfix_exporter_t *mp) |
static void | vl_api_ipfix_exporter_dump_t_handler (vl_api_ipfix_exporter_dump_t *mp) |
static void | vl_api_set_ipfix_classify_stream_t_handler (vl_api_set_ipfix_classify_stream_t *mp) |
static void | vl_api_ipfix_classify_stream_dump_t_handler (vl_api_ipfix_classify_stream_dump_t *mp) |
static void | vl_api_ipfix_classify_table_add_del_t_handler (vl_api_ipfix_classify_table_add_del_t *mp) |
static void | send_ipfix_classify_table_details (u32 table_index, vl_api_registration_t *reg, u32 context) |
static void | vl_api_ipfix_classify_table_dump_t_handler (vl_api_ipfix_classify_table_dump_t *mp) |
static void | vl_api_ipfix_flush_t_handler (vl_api_ipfix_flush_t *mp) |
static void | setup_message_id_table (api_main_t *am) |
static clib_error_t * | flow_api_hookup (vlib_main_t *vm) |
VLIB_API_INIT_FUNCTION (flow_api_hookup) | |
#define foreach_vpe_api_msg |
Definition at line 49 of file flow_api.c.
#define vl_endianfun /* define message structures */ |
Definition at line 37 of file flow_api.c.
#define vl_msg_name_crc_list |
Definition at line 397 of file flow_api.c.
#define vl_print | ( | handle, | |
... | |||
) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 42 of file flow_api.c.
#define vl_printfun |
Definition at line 43 of file flow_api.c.
#define vl_typedefs /* define message structures */ |
Definition at line 33 of file flow_api.c.
|
static |
|
static |
Definition at line 335 of file flow_api.c.
|
static |
|
static |
Definition at line 231 of file flow_api.c.
|
static |
Definition at line 253 of file flow_api.c.
|
static |
Definition at line 356 of file flow_api.c.
|
static |
|
static |
|
static |
Definition at line 203 of file flow_api.c.
|
static |
VLIB_API_INIT_FUNCTION | ( | flow_api_hookup | ) |