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

Go to the source code of this file.

Data Structures

struct  pipe_dump_walk_t_
 

Macros

#define REPLY_MSG_ID_BASE   msg_id_base
 

Typedefs

typedef struct pipe_dump_walk_t_ pipe_dump_walk_t
 

Functions

static void vl_api_pipe_create_t_handler (vl_api_pipe_create_t *mp)
 
static void vl_api_pipe_delete_t_handler (vl_api_pipe_delete_t *mp)
 
static walk_rc_t pipe_send_details (u32 parent_sw_if_index, u32 pipe_sw_if_index[2], u32 instance, void *args)
 
static void vl_api_pipe_dump_t_handler (vl_api_pipe_dump_t *mp)
 
static clib_error_tpipe_api_hookup (vlib_main_t *vm)
 
 VLIB_API_INIT_FUNCTION (pipe_api_hookup)
 

Variables

vpe_api_main_t vpe_api_main
 
static u16 msg_id_base
 

Macro Definition Documentation

◆ REPLY_MSG_ID_BASE

#define REPLY_MSG_ID_BASE   msg_id_base

Definition at line 26 of file pipe_api.c.

Typedef Documentation

◆ pipe_dump_walk_t

Function Documentation

◆ pipe_api_hookup()

static clib_error_t* pipe_api_hookup ( vlib_main_t vm)
static

Definition at line 115 of file pipe_api.c.

+ Here is the call graph for this function:

◆ pipe_send_details()

static walk_rc_t pipe_send_details ( u32  parent_sw_if_index,
u32  pipe_sw_if_index[2],
u32  instance,
void *  args 
)
static

Definition at line 73 of file pipe_api.c.

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

◆ vl_api_pipe_create_t_handler()

static void vl_api_pipe_create_t_handler ( vl_api_pipe_create_t mp)
static

Definition at line 33 of file pipe_api.c.

+ Here is the call graph for this function:

◆ vl_api_pipe_delete_t_handler()

static void vl_api_pipe_delete_t_handler ( vl_api_pipe_delete_t mp)
static

Definition at line 56 of file pipe_api.c.

+ Here is the call graph for this function:

◆ vl_api_pipe_dump_t_handler()

static void vl_api_pipe_dump_t_handler ( vl_api_pipe_dump_t mp)
static

Definition at line 97 of file pipe_api.c.

+ Here is the call graph for this function:

◆ VLIB_API_INIT_FUNCTION()

VLIB_API_INIT_FUNCTION ( pipe_api_hookup  )

Variable Documentation

◆ msg_id_base

u16 msg_id_base
static

Definition at line 30 of file pipe_api.c.

◆ vpe_api_main

vpe_api_main_t vpe_api_main

Definition at line 47 of file interface_api.c.