![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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_t * | pipe_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 |
| #define REPLY_MSG_ID_BASE msg_id_base |
Definition at line 26 of file pipe_api.c.
| typedef struct pipe_dump_walk_t_ pipe_dump_walk_t |
|
static |
|
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:
|
static |
|
static |
|
static |
| VLIB_API_INIT_FUNCTION | ( | pipe_api_hookup | ) |
|
static |
Definition at line 30 of file pipe_api.c.
| vpe_api_main_t vpe_api_main |
Definition at line 47 of file interface_api.c.