![]() |
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Include dependency graph for sr_mpls_api.c:Go to the source code of this file.
Macros | |
| #define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
| #define | vl_api_version(n, v) static u32 api_version = v; |
| #define | vl_endianfun |
| #define | vl_printfun |
| #define | vl_msg_name_crc_list |
| #define | REPLY_MSG_ID_BASE msg_id_base |
| #define | foreach_vpe_api_msg |
Functions | |
| static void | vl_api_sr_mpls_policy_add_t_handler (vl_api_sr_mpls_policy_add_t *mp) |
| static void | vl_api_sr_mpls_policy_mod_t_handler (vl_api_sr_mpls_policy_mod_t *mp) |
| static void | vl_api_sr_mpls_policy_del_t_handler (vl_api_sr_mpls_policy_del_t *mp) |
| static void | vl_api_sr_mpls_steering_add_del_t_handler (vl_api_sr_mpls_steering_add_del_t *mp) |
| static void | vl_api_sr_mpls_policy_assign_endpoint_color_t_handler (vl_api_sr_mpls_policy_assign_endpoint_color_t *mp) |
| static void | setup_message_id_table (api_main_t *am) |
| static clib_error_t * | sr_mpls_api_hookup (vlib_main_t *vm) |
| VLIB_API_INIT_FUNCTION (sr_mpls_api_hookup) | |
Variables | |
| static u16 | msg_id_base |
| #define foreach_vpe_api_msg |
Definition at line 53 of file sr_mpls_api.c.
| #define REPLY_MSG_ID_BASE msg_id_base |
Definition at line 50 of file sr_mpls_api.c.
| #define vl_api_version | ( | n, | |
| v | |||
| ) | static u32 api_version = v; |
Definition at line 34 of file sr_mpls_api.c.
| #define vl_endianfun |
Definition at line 38 of file sr_mpls_api.c.
| #define vl_msg_name_crc_list |
Definition at line 46 of file sr_mpls_api.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 32 of file sr_mpls_api.c.
| #define vl_printfun |
Definition at line 42 of file sr_mpls_api.c.
|
static |
Definition at line 174 of file sr_mpls_api.c.
|
static |
|
static |
Definition at line 61 of file sr_mpls_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 85 of file sr_mpls_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| VLIB_API_INIT_FUNCTION | ( | sr_mpls_api_hookup | ) |
|
static |
Definition at line 58 of file sr_mpls_api.c.