FD.io VPP  v18.07-rc0-415-g6c78436
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 vl_typedefs   /* define message structures */
 
#define vl_endianfun   /* define message structures */
 
#define vl_print(handle, ...)   vlib_cli_output (handle, __VA_ARGS__)
 
#define vl_printfun
 
#define foreach_pg_api_msg
 
#define vl_msg_name_crc_list
 

Functions

void stats_dslock_with_hint (int hint, int tag)
 
void stats_dsunlock (void)
 
static void vl_api_pg_create_interface_t_handler (vl_api_pg_create_interface_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 void setup_message_id_table (api_main_t *am)
 
static clib_error_tpg_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (pg_api_hookup)
 

Macro Definition Documentation

#define foreach_pg_api_msg
Value:
_(PG_CREATE_INTERFACE, pg_create_interface) \
_(PG_CAPTURE, pg_capture) \
_(PG_ENABLE_DISABLE, pg_enable_disable)
clib_error_t * pg_capture(pg_capture_args_t *a)
Definition: cli.c:81
void pg_enable_disable(u32 stream_index, int is_enable)
Definition: cli.c:58

Definition at line 44 of file pg_api.c.

#define vl_endianfun   /* define message structures */

Definition at line 31 of file pg_api.c.

#define vl_msg_name_crc_list

Definition at line 142 of file pg_api.c.

#define vl_print (   handle,
  ... 
)    vlib_cli_output (handle, __VA_ARGS__)

Definition at line 36 of file pg_api.c.

#define vl_printfun

Definition at line 37 of file pg_api.c.

#define vl_typedefs   /* define message structures */

Definition at line 27 of file pg_api.c.

Function Documentation

static clib_error_t* pg_api_hookup ( vlib_main_t vm)
static

Definition at line 155 of file pg_api.c.

+ Here is the call graph for this function:

static void setup_message_id_table ( api_main_t am)
static

Definition at line 147 of file pg_api.c.

+ Here is the caller graph for this function:

void stats_dslock_with_hint ( int  hint,
int  tag 
)

Definition at line 357 of file interface_api.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

void stats_dsunlock ( void  )

Definition at line 363 of file interface_api.c.

+ Here is the caller graph for this function:

static void vl_api_pg_capture_t_handler ( vl_api_pg_capture_t mp)
static

Definition at line 71 of file pg_api.c.

+ Here is the call graph for this function:

static void vl_api_pg_create_interface_t_handler ( vl_api_pg_create_interface_t mp)
static

Definition at line 53 of file pg_api.c.

+ Here is the call graph for this function:

static void vl_api_pg_enable_disable_t_handler ( vl_api_pg_enable_disable_t mp)
static

Definition at line 116 of file pg_api.c.

+ Here is the call graph for this function:

VLIB_API_INIT_FUNCTION ( pg_api_hookup  )

+ Here is the caller graph for this function: