FD.io VPP  v21.10.1-2-g0a485f517
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 REPLY_MSG_ID_BASE   frm->msg_id_base
 

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

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   frm->msg_id_base

Definition at line 36 of file flow_api.c.

Function Documentation

◆ flow_api_hookup()

static clib_error_t* flow_api_hookup ( vlib_main_t vm)
static

Definition at line 368 of file flow_api.c.

+ Here is the call graph for this function:

◆ send_ipfix_classify_table_details()

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:

◆ vl_api_ipfix_classify_stream_dump_t_handler()

static void vl_api_ipfix_classify_stream_dump_t_handler ( vl_api_ipfix_classify_stream_dump_t mp)
static

Definition at line 206 of file flow_api.c.

+ Here is the call graph for this function:

◆ vl_api_ipfix_classify_table_add_del_t_handler()

static void vl_api_ipfix_classify_table_add_del_t_handler ( vl_api_ipfix_classify_table_add_del_t mp)
static

Definition at line 228 of file flow_api.c.

+ Here is the call graph for this function:

◆ vl_api_ipfix_classify_table_dump_t_handler()

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:

◆ vl_api_ipfix_exporter_dump_t_handler()

static void vl_api_ipfix_exporter_dump_t_handler ( vl_api_ipfix_exporter_dump_t mp)
static

Definition at line 137 of file flow_api.c.

+ Here is the call graph for this function:

◆ vl_api_ipfix_flush_t_handler()

static void vl_api_ipfix_flush_t_handler ( vl_api_ipfix_flush_t mp)
static

Definition at line 347 of file flow_api.c.

+ Here is the call graph for this function:

◆ vl_api_set_ipfix_classify_stream_t_handler()

static void vl_api_set_ipfix_classify_stream_t_handler ( vl_api_set_ipfix_classify_stream_t mp)
static

Definition at line 178 of file flow_api.c.

+ Here is the call graph for this function:

◆ vl_api_set_ipfix_exporter_t_handler()

static void vl_api_set_ipfix_exporter_t_handler ( vl_api_set_ipfix_exporter_t mp)
static

Definition at line 40 of file flow_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( flow_api_hookup  )