FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
span_api.c File Reference
+ Include dependency graph for span_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_sw_interface_span_enable_disable_t_handler (vl_api_sw_interface_span_enable_disable_t *mp)
 
static void vl_api_sw_interface_span_dump_t_handler (vl_api_sw_interface_span_dump_t *mp)
 
static void setup_message_id_table (api_main_t *am)
 
static clib_error_tspan_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (span_api_hookup)
 

Macro Definition Documentation

◆ foreach_vpe_api_msg

#define foreach_vpe_api_msg
Value:
_(SW_INTERFACE_SPAN_ENABLE_DISABLE, sw_interface_span_enable_disable) \
_(SW_INTERFACE_SPAN_DUMP, sw_interface_span_dump) \

Definition at line 45 of file span_api.c.

◆ vl_endianfun

#define vl_endianfun   /* define message structures */

Definition at line 33 of file span_api.c.

◆ vl_msg_name_crc_list

#define vl_msg_name_crc_list

Definition at line 117 of file span_api.c.

◆ vl_print

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

Definition at line 38 of file span_api.c.

◆ vl_printfun

#define vl_printfun

Definition at line 39 of file span_api.c.

◆ vl_typedefs

#define vl_typedefs   /* define message structures */

Definition at line 29 of file span_api.c.

Function Documentation

◆ setup_message_id_table()

static void setup_message_id_table ( api_main_t am)
static

Definition at line 122 of file span_api.c.

+ Here is the caller graph for this function:

◆ span_api_hookup()

static clib_error_t* span_api_hookup ( vlib_main_t vm)
static

Definition at line 130 of file span_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_span_dump_t_handler()

static void vl_api_sw_interface_span_dump_t_handler ( vl_api_sw_interface_span_dump_t mp)
static

Definition at line 66 of file span_api.c.

+ Here is the call graph for this function:

◆ vl_api_sw_interface_span_enable_disable_t_handler()

static void vl_api_sw_interface_span_enable_disable_t_handler ( vl_api_sw_interface_span_enable_disable_t mp)
static

Definition at line 51 of file span_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( span_api_hookup  )
+ Here is the caller graph for this function: