![]() |
FD.io VPP
v20.09-rc2-28-g3c5414029
Vector Packet Processing
|
Include dependency graph for interface_api.c:Go to the source code of this file.
Macros | |
| #define | vl_typedefs /* define message structures */ |
| #define | vl_endianfun /* define message structures */ |
| #define | vl_print(handle, ...) vlib_cli_output (handle, __VA_ARGS__) |
| #define | vl_printfun |
| #define | foreach_vpe_api_msg |
| #define | vl_msg_name_crc_list |
Enumerations | |
| enum | api_events { API_LINK_STATE_UP_EVENT = 1 << 1, API_LINK_STATE_DOWN_EVENT = 1 << 2, API_ADMIN_UP_EVENT = 1 << 3, API_ADMIN_DOWN_EVENT = 1 << 4, API_SW_INTERFACE_ADD_EVENT = 1 << 5, API_SW_INTERFACE_DEL_EVENT = 1 << 6 } |
Variables | |
| vpe_api_main_t | vpe_api_main |
| static vlib_node_registration_t | link_state_process_node |
| (constructor) VLIB_REGISTER_NODE (link_state_process_node) More... | |
| #define foreach_vpe_api_msg |
Definition at line 56 of file interface_api.c.
| #define vl_endianfun /* define message structures */ |
Definition at line 43 of file interface_api.c.
| #define vl_msg_name_crc_list |
Definition at line 1406 of file interface_api.c.
| #define vl_print | ( | handle, | |
| ... | |||
| ) | vlib_cli_output (handle, __VA_ARGS__) |
Definition at line 48 of file interface_api.c.
| #define vl_printfun |
Definition at line 49 of file interface_api.c.
| #define vl_typedefs /* define message structures */ |
Definition at line 39 of file interface_api.c.
| enum api_events |
| Enumerator | |
|---|---|
| API_LINK_STATE_UP_EVENT | |
| API_LINK_STATE_DOWN_EVENT | |
| API_ADMIN_UP_EVENT | |
| API_ADMIN_DOWN_EVENT | |
| API_SW_INTERFACE_ADD_EVENT | |
| API_SW_INTERFACE_DEL_EVENT | |
Definition at line 721 of file interface_api.c.
|
static |
Definition at line 845 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| int ip_table_bind | ( | fib_protocol_t | fproto, |
| u32 | sw_if_index, | ||
| u32 | table_id, | ||
| u8 | is_api | ||
| ) |
Definition at line 451 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 827 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| pub_sub_handler | ( | interface_events | , |
| INTERFACE_EVENTS | |||
| ) |
Here is the caller graph for this function:
|
static |
Definition at line 1040 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 201 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 591 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1411 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 866 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1363 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1327 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
Definition at line 391 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 913 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1377 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1389 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
|
static |
Definition at line 970 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 1060 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 185 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 941 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 1001 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 1132 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
|
static |
Definition at line 641 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 882 of file interface_api.c.
Here is the call graph for this function:
Here is the caller graph for this function:| VLIB_API_INIT_FUNCTION | ( | interface_api_hookup | ) |
Here is the caller graph for this function:| VNET_HW_INTERFACE_LINK_UP_DOWN_FUNCTION | ( | link_up_down_function | ) |
| VNET_SW_INTERFACE_ADD_DEL_FUNCTION | ( | sw_interface_add_del_function | ) |
| VNET_SW_INTERFACE_ADMIN_UP_DOWN_FUNCTION | ( | admin_up_down_function | ) |
|
static |
(constructor) VLIB_REGISTER_NODE (link_state_process_node)
Definition at line 815 of file interface_api.c.
| vpe_api_main_t vpe_api_main |
Definition at line 54 of file interface_api.c.