FD.io VPP  v21.06
Vector Packet Processing
api.c File Reference
+ Include dependency graph for api.c:

Go to the source code of this file.

Functions

static af_xdp_mode_t af_xdp_api_mode (vl_api_af_xdp_mode_t mode)
 
static af_xdp_create_flag_t af_xdp_api_flags (vl_api_af_xdp_flag_t flags)
 
static void vl_api_af_xdp_create_t_handler (vl_api_af_xdp_create_t *mp)
 
static void vl_api_af_xdp_delete_t_handler (vl_api_af_xdp_delete_t *mp)
 
static clib_error_taf_xdp_plugin_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (af_xdp_plugin_api_hookup)
 

Function Documentation

◆ af_xdp_api_flags()

static af_xdp_create_flag_t af_xdp_api_flags ( vl_api_af_xdp_flag_t  flags)
static

Definition at line 48 of file api.c.

+ Here is the caller graph for this function:

◆ af_xdp_api_mode()

static af_xdp_mode_t af_xdp_api_mode ( vl_api_af_xdp_mode_t  mode)
static

Definition at line 33 of file api.c.

+ Here is the caller graph for this function:

◆ af_xdp_plugin_api_hookup()

static clib_error_t* af_xdp_plugin_api_hookup ( vlib_main_t vm)
static

Definition at line 120 of file api.c.

+ Here is the call graph for this function:

◆ vl_api_af_xdp_create_t_handler()

static void vl_api_af_xdp_create_t_handler ( vl_api_af_xdp_create_t mp)
static

Definition at line 59 of file api.c.

+ Here is the call graph for this function:

◆ vl_api_af_xdp_delete_t_handler()

static void vl_api_af_xdp_delete_t_handler ( vl_api_af_xdp_delete_t mp)
static

Definition at line 90 of file api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

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