![]() |
FD.io VPP
v16.09
Vector Packet Processing
|
Include dependency graph for ipsec.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Data Structures | |
| struct | ipsec_sa_t |
| struct | ip46_address_range_t |
| struct | port_range_t |
| struct | ipsec_add_del_tunnel_args_t |
| struct | ipsec_add_del_ipsec_gre_tunnel_args_t |
| struct | ipsec_policy_t |
| struct | ipsec_spd_t |
| struct | ip4_ipsec_config_t |
| struct | ip6_ipsec_config_t |
| struct | ipsec_tunnel_if_t |
| struct | ipsec_main_t |
Macros | |
| #define | IPSEC_FLAG_IPSEC_GRE_TUNNEL (1 << 0) |
| #define | foreach_ipsec_policy_action |
| #define | foreach_ipsec_crypto_alg |
| #define | foreach_ipsec_integ_alg |
Variables | |
| ipsec_main_t | ipsec_main |
| vlib_node_registration_t | esp_encrypt_node |
| (constructor) VLIB_REGISTER_NODE (esp_encrypt_node) More... | |
| vlib_node_registration_t | esp_decrypt_node |
| (constructor) VLIB_REGISTER_NODE (esp_decrypt_node) More... | |
| vlib_node_registration_t | ipsec_if_output_node |
| (constructor) VLIB_REGISTER_NODE (ipsec_if_output_node) More... | |
| vlib_node_registration_t | ipsec_if_input_node |
| (constructor) VLIB_REGISTER_NODE (ipsec_if_input_node) More... | |
| #define foreach_ipsec_crypto_alg |
| #define foreach_ipsec_integ_alg |
| #define foreach_ipsec_policy_action |
| enum ipsec_crypto_alg_t |
| enum ipsec_integ_alg_t |
| enum ipsec_protocol_t |
Definition at line 58 of file ipsec_format.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 58 of file ipsec_if_out.c.
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 90 of file ipsec_format.c.
Here is the call graph for this function:
Here is the caller graph for this function:| static_always_inline u32 get_next_output_feature_node_index | ( | vnet_main_t * | vnm, |
| vlib_buffer_t * | b | ||
| ) |
| int ipsec_add_del_ipsec_gre_tunnel | ( | vnet_main_t * | vnm, |
| ipsec_add_del_ipsec_gre_tunnel_args_t * | args | ||
| ) |
Definition at line 198 of file ipsec_if.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ipsec_add_del_policy | ( | vlib_main_t * | vm, |
| ipsec_policy_t * | policy, | ||
| int | is_add | ||
| ) |
| int ipsec_add_del_sa | ( | vlib_main_t * | vm, |
| ipsec_sa_t * | new_sa, | ||
| int | is_add | ||
| ) |
| int ipsec_add_del_spd | ( | vlib_main_t * | vm, |
| u32 | spd_id, | ||
| int | is_add | ||
| ) |
| int ipsec_add_del_tunnel_if | ( | ipsec_add_del_tunnel_args_t * | args | ) |
Definition at line 65 of file ipsec_if.c.
Here is the call graph for this function:
Here is the caller graph for this function:
|
inlinestatic |
| 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 260 of file ipsec_if.c.
Here is the call graph for this function:
Here is the caller graph for this function:| int ipsec_set_interface_spd | ( | vlib_main_t * | vm, |
| u32 | sw_if_index, | ||
| u32 | spd_id, | ||
| int | is_add | ||
| ) |
| int ipsec_set_sa_key | ( | vlib_main_t * | vm, |
| ipsec_sa_t * | sa_update | ||
| ) |
| uword unformat_ipsec_crypto_alg | ( | unformat_input_t * | input, |
| va_list * | args | ||
| ) |
| uword unformat_ipsec_integ_alg | ( | unformat_input_t * | input, |
| va_list * | args | ||
| ) |
| uword unformat_ipsec_policy_action | ( | unformat_input_t * | input, |
| va_list * | args | ||
| ) |
| vlib_node_registration_t esp_decrypt_node |
(constructor) VLIB_REGISTER_NODE (esp_decrypt_node)
Definition at line 522 of file esp_decrypt.c.
| vlib_node_registration_t esp_encrypt_node |
(constructor) VLIB_REGISTER_NODE (esp_encrypt_node)
Definition at line 62 of file esp_encrypt.c.
| vlib_node_registration_t ipsec_if_input_node |
(constructor) VLIB_REGISTER_NODE (ipsec_if_input_node)
Definition at line 144 of file ipsec_if_in.c.
| vlib_node_registration_t ipsec_if_output_node |
(constructor) VLIB_REGISTER_NODE (ipsec_if_output_node)
Definition at line 131 of file ipsec_if_out.c.
| ipsec_main_t ipsec_main |