FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the source code of this file.
Macros | |
#define | REPLY_MSG_ID_BASE gmp->msg_id_base |
#define | MIN(x, y) (((x) < (y)) ? (x) : (y)) |
Functions | |
void | graph_node_invalid_cache (void) |
static clib_error_t * | graph_node_cache_reaper (u32 client_index) |
VL_MSG_API_REAPER_FUNCTION (graph_node_cache_reaper) | |
static void | send_graph_node_reply (vl_api_registration_t *rp, u32 context, u32 retval, u32 cursor) |
static void | send_graph_node_details (vlib_node_main_t *nm, vl_api_registration_t *reg, u32 context, vlib_node_t *n, bool want_arcs) |
static int | node_cmp (void *a1, void *a2) |
static void | vl_api_graph_node_get_t_handler (vl_api_graph_node_get_t *mp) |
static clib_error_t * | graph_api_hookup (vlib_main_t *vm) |
Variables | |
graph_main_t | graph_main |
#define MIN | ( | x, | |
y | |||
) | (((x) < (y)) ? (x) : (y)) |
Definition at line 33 of file graph_api.c.
#define REPLY_MSG_ID_BASE gmp->msg_id_base |
Definition at line 24 of file graph_api.c.
|
static |
|
static |
void graph_node_invalid_cache | ( | void | ) |
|
static |
|
static |
Definition at line 77 of file graph_api.c.
|
static |
Definition at line 60 of file graph_api.c.
|
static |
VL_MSG_API_REAPER_FUNCTION | ( | graph_node_cache_reaper | ) |
graph_main_t graph_main |
Definition at line 30 of file graph_api.c.