FD.io VPP
v19.04.4-rc0-5-ge88582fac
Vector Packet Processing
|
IPSec-GRE state. More...
Data Fields | |
ipsec_gre_tunnel_t * | tunnels |
pool of tunnel instances More... | |
uword * | tunnel_by_key |
hash mapping src/dst addr pair to tunnel More... | |
u32 * | free_ipsec_gre_tunnel_hw_if_indices |
free vlib hw_if_indices More... | |
u32 * | tunnel_index_by_sw_if_index |
mapping from sw_if_index to tunnel index More... | |
vlib_main_t * | vlib_main |
convenience More... | |
vnet_main_t * | vnet_main |
convenience More... | |
IPSec-GRE state.
Definition at line 70 of file ipsec_gre.h.
u32* ipsec_gre_main_t::free_ipsec_gre_tunnel_hw_if_indices |
free vlib hw_if_indices
Definition at line 76 of file ipsec_gre.h.
uword* ipsec_gre_main_t::tunnel_by_key |
hash mapping src/dst addr pair to tunnel
Definition at line 74 of file ipsec_gre.h.
u32* ipsec_gre_main_t::tunnel_index_by_sw_if_index |
mapping from sw_if_index to tunnel index
Definition at line 78 of file ipsec_gre.h.
ipsec_gre_tunnel_t* ipsec_gre_main_t::tunnels |
pool of tunnel instances
Definition at line 72 of file ipsec_gre.h.
vlib_main_t* ipsec_gre_main_t::vlib_main |
convenience
Definition at line 81 of file ipsec_gre.h.
vnet_main_t* ipsec_gre_main_t::vnet_main |
convenience
Definition at line 82 of file ipsec_gre.h.