FD.io VPP  v20.01-48-g3e0dafb74
Vector Packet Processing
svs_api.c File Reference
+ Include dependency graph for svs_api.c:

Go to the source code of this file.

Data Structures

struct  svs_dump_walk_ctx_t_
 

Typedefs

typedef struct svs_dump_walk_ctx_t_ svs_dump_walk_ctx_t
 

Functions

static void vl_api_svs_plugin_get_version_t_handler (vl_api_svs_plugin_get_version_t *mp)
 
static void vl_api_svs_table_add_del_t_handler (vl_api_svs_table_add_del_t *mp)
 
static void vl_api_svs_route_add_del_t_handler (vl_api_svs_route_add_del_t *mp)
 
static void vl_api_svs_enable_disable_t_handler (vl_api_svs_enable_disable_t *mp)
 
static walk_rc_t svs_send_details (fib_protocol_t fproto, u32 table_id, u32 sw_if_index, void *args)
 
static void vl_api_svs_dump_t_handler (vl_api_svs_dump_t *mp)
 
static clib_error_tsvs_api_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

static u32 svs_base_msg_id
 Base message ID fot the plugin. More...
 

Typedef Documentation

◆ svs_dump_walk_ctx_t

Function Documentation

◆ svs_api_init()

static clib_error_t* svs_api_init ( vlib_main_t vm)
static

Definition at line 178 of file svs_api.c.

+ Here is the call graph for this function:

◆ svs_send_details()

static walk_rc_t svs_send_details ( fib_protocol_t  fproto,
u32  table_id,
u32  sw_if_index,
void *  args 
)
static

Definition at line 138 of file svs_api.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ vl_api_svs_dump_t_handler()

static void vl_api_svs_dump_t_handler ( vl_api_svs_dump_t mp)
static

Definition at line 160 of file svs_api.c.

+ Here is the call graph for this function:

◆ vl_api_svs_enable_disable_t_handler()

static void vl_api_svs_enable_disable_t_handler ( vl_api_svs_enable_disable_t mp)
static

Definition at line 106 of file svs_api.c.

+ Here is the call graph for this function:

◆ vl_api_svs_plugin_get_version_t_handler()

static void vl_api_svs_plugin_get_version_t_handler ( vl_api_svs_plugin_get_version_t mp)
static

Definition at line 41 of file svs_api.c.

+ Here is the call graph for this function:

◆ vl_api_svs_route_add_del_t_handler()

static void vl_api_svs_route_add_del_t_handler ( vl_api_svs_route_add_del_t mp)
static

Definition at line 84 of file svs_api.c.

+ Here is the call graph for this function:

◆ vl_api_svs_table_add_del_t_handler()

static void vl_api_svs_table_add_del_t_handler ( vl_api_svs_table_add_del_t mp)
static

Definition at line 63 of file svs_api.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

Variable Documentation

◆ svs_base_msg_id

u32 svs_base_msg_id
static

Base message ID fot the plugin.

Definition at line 37 of file svs_api.c.