FD.io VPP  v21.10.1-2-g0a485f517
Vector Packet Processing
pg_api.c File Reference
+ Include dependency graph for pg_api.c:

Go to the source code of this file.

Macros

#define REPLY_MSG_ID_BASE   pg->msg_id_base
 

Functions

static void vl_api_pg_create_interface_t_handler (vl_api_pg_create_interface_t *mp)
 
static void vl_api_pg_create_interface_v2_t_handler (vl_api_pg_create_interface_v2_t *mp)
 
static void vl_api_pg_interface_enable_disable_coalesce_t_handler (vl_api_pg_interface_enable_disable_coalesce_t *mp)
 
static void vl_api_pg_capture_t_handler (vl_api_pg_capture_t *mp)
 
static void vl_api_pg_enable_disable_t_handler (vl_api_pg_enable_disable_t *mp)
 
static clib_error_tpg_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (pg_api_hookup)
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   pg->msg_id_base

Definition at line 28 of file pg_api.c.

Function Documentation

◆ pg_api_hookup()

static clib_error_t* pg_api_hookup ( vlib_main_t vm)
static

Definition at line 173 of file pg_api.c.

+ Here is the call graph for this function:

◆ vl_api_pg_capture_t_handler()

static void vl_api_pg_capture_t_handler ( vl_api_pg_capture_t mp)
static

Definition at line 103 of file pg_api.c.

+ Here is the call graph for this function:

◆ vl_api_pg_create_interface_t_handler()

static void vl_api_pg_create_interface_t_handler ( vl_api_pg_create_interface_t mp)
static

Definition at line 32 of file pg_api.c.

+ Here is the call graph for this function:

◆ vl_api_pg_create_interface_v2_t_handler()

static void vl_api_pg_create_interface_v2_t_handler ( vl_api_pg_create_interface_v2_t mp)
static

Definition at line 52 of file pg_api.c.

+ Here is the call graph for this function:

◆ vl_api_pg_enable_disable_t_handler()

static void vl_api_pg_enable_disable_t_handler ( vl_api_pg_enable_disable_t mp)
static

Definition at line 147 of file pg_api.c.

+ Here is the call graph for this function:

◆ vl_api_pg_interface_enable_disable_coalesce_t_handler()

static void vl_api_pg_interface_enable_disable_coalesce_t_handler ( vl_api_pg_interface_enable_disable_coalesce_t mp)
static

Definition at line 69 of file pg_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( pg_api_hookup  )