![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for interface.c:Go to the source code of this file.
Functions | |
| u8 * | format_gre_tunnel (u8 *s, va_list *args) |
| int | vnet_gre_add_del_tunnel (vnet_gre_add_del_tunnel_args_t *a, u32 *sw_if_indexp) |
| static clib_error_t * | create_gre_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| static clib_error_t * | show_gre_tunnel_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
| clib_error_t * | gre_interface_init (vlib_main_t *vm) |
Variables | |
| static vlib_cli_command_t | create_gre_tunnel_command |
| (constructor) VLIB_CLI_COMMAND (create_gre_tunnel_command) More... | |
| static vlib_cli_command_t | show_gre_tunnel_command |
| (constructor) VLIB_CLI_COMMAND (show_gre_tunnel_command) More... | |
|
static |
| clib_error_t* gre_interface_init | ( | vlib_main_t * | vm | ) |
Definition at line 246 of file interface.c.
|
static |
| int vnet_gre_add_del_tunnel | ( | vnet_gre_add_del_tunnel_args_t * | a, |
| u32 * | sw_if_indexp | ||
| ) |
Definition at line 38 of file interface.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
(constructor) VLIB_CLI_COMMAND (create_gre_tunnel_command)
Definition at line 214 of file interface.c.
|
static |
(constructor) VLIB_CLI_COMMAND (show_gre_tunnel_command)
Definition at line 240 of file interface.c.