FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
l3xc_api.c File Reference
+ Include dependency graph for l3xc_api.c:

Go to the source code of this file.

Data Structures

struct  l3xc_dump_walk_ctx_t_
 

Typedefs

typedef struct l3xc_dump_walk_ctx_t_ l3xc_dump_walk_ctx_t
 

Functions

static void vl_api_l3xc_plugin_get_version_t_handler (vl_api_l3xc_plugin_get_version_t *mp)
 
static void vl_api_l3xc_update_t_handler (vl_api_l3xc_update_t *mp)
 
static void vl_api_l3xc_del_t_handler (vl_api_l3xc_del_t *mp)
 
static int l3xc_send_details (u32 l3xci, void *args)
 
static void vl_api_l3xc_dump_t_handler (vl_api_l3xc_dump_t *mp)
 
static clib_error_tl3xc_api_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

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

Typedef Documentation

◆ l3xc_dump_walk_ctx_t

Function Documentation

◆ l3xc_api_init()

static clib_error_t* l3xc_api_init ( vlib_main_t vm)
static

Definition at line 206 of file l3xc_api.c.

+ Here is the call graph for this function:

◆ l3xc_send_details()

static int l3xc_send_details ( u32  l3xci,
void *  args 
)
static

Definition at line 129 of file l3xc_api.c.

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

◆ vl_api_l3xc_del_t_handler()

static void vl_api_l3xc_del_t_handler ( vl_api_l3xc_del_t mp)
static

Definition at line 108 of file l3xc_api.c.

+ Here is the call graph for this function:

◆ vl_api_l3xc_dump_t_handler()

static void vl_api_l3xc_dump_t_handler ( vl_api_l3xc_dump_t mp)
static

Definition at line 171 of file l3xc_api.c.

+ Here is the call graph for this function:

◆ vl_api_l3xc_plugin_get_version_t_handler()

static void vl_api_l3xc_plugin_get_version_t_handler ( vl_api_l3xc_plugin_get_version_t mp)
static

Definition at line 43 of file l3xc_api.c.

+ Here is the call graph for this function:

◆ vl_api_l3xc_update_t_handler()

static void vl_api_l3xc_update_t_handler ( vl_api_l3xc_update_t mp)
static

Definition at line 64 of file l3xc_api.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

Variable Documentation

◆ l3xc_base_msg_id

u32 l3xc_base_msg_id
static

Base message ID fot the plugin.

Definition at line 38 of file l3xc_api.c.