![]() |
FD.io VPP
v21.06-3-gbb25fbf28
Vector Packet Processing
|
Include dependency graph for graph_api.c: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.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 60 of file graph_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| VL_MSG_API_REAPER_FUNCTION | ( | graph_node_cache_reaper | ) |
| graph_main_t graph_main |
Definition at line 30 of file graph_api.c.