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

Go to the source code of this file.

Data Structures

struct  abf_dump_walk_ctx_t_
 

Typedefs

typedef struct abf_dump_walk_ctx_t_ abf_dump_walk_ctx_t
 

Functions

static void vl_api_abf_plugin_get_version_t_handler (vl_api_abf_plugin_get_version_t *mp)
 
static void vl_api_abf_policy_add_del_t_handler (vl_api_abf_policy_add_del_t *mp)
 
static void vl_api_abf_itf_attach_add_del_t_handler (vl_api_abf_itf_attach_add_del_t *mp)
 
static int abf_policy_send_details (u32 api, void *args)
 
static void vl_api_abf_policy_dump_t_handler (vl_api_abf_policy_dump_t *mp)
 
static int abf_itf_attach_send_details (u32 aiai, void *args)
 
static void vl_api_abf_itf_attach_dump_t_handler (vl_api_abf_itf_attach_dump_t *mp)
 
static clib_error_tabf_api_init (vlib_main_t *vm)
 
 VLIB_PLUGIN_REGISTER ()
 

Variables

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

Typedef Documentation

◆ abf_dump_walk_ctx_t

Function Documentation

◆ abf_api_init()

static clib_error_t* abf_api_init ( vlib_main_t vm)
static

Definition at line 238 of file abf_api.c.

+ Here is the call graph for this function:

◆ abf_itf_attach_send_details()

static int abf_itf_attach_send_details ( u32  aiai,
void *  args 
)
static

Definition at line 193 of file abf_api.c.

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

◆ abf_policy_send_details()

static int abf_policy_send_details ( u32  api,
void *  args 
)
static

Definition at line 131 of file abf_api.c.

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

◆ vl_api_abf_itf_attach_add_del_t_handler()

static void vl_api_abf_itf_attach_add_del_t_handler ( vl_api_abf_itf_attach_add_del_t mp)
static

Definition at line 100 of file abf_api.c.

+ Here is the call graph for this function:

◆ vl_api_abf_itf_attach_dump_t_handler()

static void vl_api_abf_itf_attach_dump_t_handler ( vl_api_abf_itf_attach_dump_t mp)
static

Definition at line 219 of file abf_api.c.

+ Here is the call graph for this function:

◆ vl_api_abf_plugin_get_version_t_handler()

static void vl_api_abf_plugin_get_version_t_handler ( vl_api_abf_plugin_get_version_t mp)
static

Definition at line 44 of file abf_api.c.

+ Here is the call graph for this function:

◆ vl_api_abf_policy_add_del_t_handler()

static void vl_api_abf_policy_add_del_t_handler ( vl_api_abf_policy_add_del_t mp)
static

Definition at line 64 of file abf_api.c.

+ Here is the call graph for this function:

◆ vl_api_abf_policy_dump_t_handler()

static void vl_api_abf_policy_dump_t_handler ( vl_api_abf_policy_dump_t mp)
static

Definition at line 176 of file abf_api.c.

+ Here is the call graph for this function:

◆ VLIB_PLUGIN_REGISTER()

VLIB_PLUGIN_REGISTER ( )

Variable Documentation

◆ abf_base_msg_id

u32 abf_base_msg_id
static

Base message ID fot the plugin.

Definition at line 39 of file abf_api.c.