FD.io VPP
v16.06
Vector Packet Processing
|
Go to the source code of this file.
Functions | |
static u8 * | format_ipsec_name (u8 *s, va_list *args) |
static uword | dummy_interface_tx (vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame) |
VNET_DEVICE_CLASS (ipsec_device_class, static) | |
VNET_HW_INTERFACE_CLASS (ipsec_hw_class) | |
u32 | ipsec_add_del_tunnel_if (vnet_main_t *vnm, ipsec_add_del_tunnel_args_t *args) |
int | ipsec_set_interface_key (vnet_main_t *vnm, u32 hw_if_index, ipsec_if_set_key_type_t type, u8 alg, u8 *key) |
clib_error_t * | ipsec_tunnel_if_init (vlib_main_t *vm) |
|
static |
Definition at line 24 of file ipsec_if.c.
u32 ipsec_add_del_tunnel_if | ( | vnet_main_t * | vnm, |
ipsec_add_del_tunnel_args_t * | args | ||
) |
Definition at line 50 of file ipsec_if.c.
int ipsec_set_interface_key | ( | vnet_main_t * | vnm, |
u32 | hw_if_index, | ||
ipsec_if_set_key_type_t | type, | ||
u8 | alg, | ||
u8 * | key | ||
) |
Definition at line 142 of file ipsec_if.c.
clib_error_t* ipsec_tunnel_if_init | ( | vlib_main_t * | vm | ) |
VNET_DEVICE_CLASS | ( | ipsec_device_class | , |
static | |||
) |
VNET_HW_INTERFACE_CLASS | ( | ipsec_hw_class | ) |