FD.io VPP  v18.07.1-19-g511ce25
Vector Packet Processing
flow_api.c File Reference
+ Include dependency graph for flow_api.c:

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 setup_message_id_table (api_main_t *am)
 
static clib_error_tflow_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (flow_api_hookup)
 

Macro Definition Documentation

#define foreach_vpe_api_msg
Value:
_(SET_IPFIX_EXPORTER, set_ipfix_exporter) \
_(IPFIX_EXPORTER_DUMP, ipfix_exporter_dump) \
_(SET_IPFIX_CLASSIFY_STREAM, set_ipfix_classify_stream) \
_(IPFIX_CLASSIFY_STREAM_DUMP, ipfix_classify_stream_dump) \
_(IPFIX_CLASSIFY_TABLE_ADD_DEL, ipfix_classify_table_add_del) \
_(IPFIX_CLASSIFY_TABLE_DUMP, ipfix_classify_table_dump)

Definition at line 48 of file flow_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 36 of file flow_api.c.

#define vl_msg_name_crc_list

Definition at line 353 of file flow_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 41 of file flow_api.c.

#define vl_printfun

Definition at line 42 of file flow_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 32 of file flow_api.c.

Function Documentation

static clib_error_t* flow_api_hookup ( vlib_main_t vm)
static

Definition at line 366 of file flow_api.c.

+ Here is the call graph for this function:

static void send_ipfix_classify_table_details ( u32  table_index,
vl_api_registration_t reg,
u32  context 
)
static

Definition at line 310 of file flow_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 358 of file flow_api.c.

+ Here is the caller graph for this function:

static void vl_api_ipfix_classify_stream_dump_t_handler ( vl_api_ipfix_classify_stream_dump_t mp)
static

Definition at line 211 of file flow_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_ipfix_classify_table_add_del_t_handler ( vl_api_ipfix_classify_table_add_del_t mp)
static

Definition at line 233 of file flow_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_ipfix_classify_table_dump_t_handler ( vl_api_ipfix_classify_table_dump_t mp)
static

Definition at line 331 of file flow_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_ipfix_exporter_dump_t_handler ( vl_api_ipfix_exporter_dump_t mp)
static

Definition at line 148 of file flow_api.c.

+ Here is the call graph for this function:

static void vl_api_set_ipfix_classify_stream_t_handler ( vl_api_set_ipfix_classify_stream_t mp)
static

Definition at line 183 of file flow_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static void vl_api_set_ipfix_exporter_t_handler ( vl_api_set_ipfix_exporter_t mp)
static

Definition at line 57 of file flow_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( flow_api_hookup  )

+ Here is the caller graph for this function: