FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
vxlan_gpe_main_t Struct Reference

Struct for VXLAN GPE node state. More...

+ Collaboration diagram for vxlan_gpe_main_t:

Data Fields

vxlan_gpe_tunnel_ttunnels
 vector of encap tunnel instances More...
 
uwordvxlan4_gpe_tunnel_by_key
 lookup IPv4 VXLAN GPE tunnel by key More...
 
uwordvxlan6_gpe_tunnel_by_key
 lookup IPv6 VXLAN GPE tunnel by key More...
 
uwordvtep4
 
uwordvtep6
 
uwordmcast_shared
 
u32free_vxlan_gpe_tunnel_hw_if_indices
 Free vlib hw_if_indices. More...
 
u32tunnel_index_by_sw_if_index
 Mapping from sw_if_index to tunnel index. More...
 
vlib_main_tvlib_main
 State convenience vlib_main_t. More...
 
vnet_main_tvnet_main
 State convenience vnet_main_t. More...
 
uword decap_next_node_list [VXLAN_GPE_PROTOCOL_MAX]
 List of next nodes for the decap indexed on protocol. More...
 

Detailed Description

Struct for VXLAN GPE node state.

Definition at line 196 of file vxlan_gpe.h.

Field Documentation

uword vxlan_gpe_main_t::decap_next_node_list[VXLAN_GPE_PROTOCOL_MAX]

List of next nodes for the decap indexed on protocol.

Definition at line 224 of file vxlan_gpe.h.

u32* vxlan_gpe_main_t::free_vxlan_gpe_tunnel_hw_if_indices

Free vlib hw_if_indices.

Definition at line 213 of file vxlan_gpe.h.

uword* vxlan_gpe_main_t::mcast_shared

Definition at line 211 of file vxlan_gpe.h.

u32* vxlan_gpe_main_t::tunnel_index_by_sw_if_index

Mapping from sw_if_index to tunnel index.

Definition at line 216 of file vxlan_gpe.h.

vxlan_gpe_tunnel_t* vxlan_gpe_main_t::tunnels

vector of encap tunnel instances

Definition at line 199 of file vxlan_gpe.h.

vlib_main_t* vxlan_gpe_main_t::vlib_main

State convenience vlib_main_t.

Definition at line 219 of file vxlan_gpe.h.

vnet_main_t* vxlan_gpe_main_t::vnet_main

State convenience vnet_main_t.

Definition at line 221 of file vxlan_gpe.h.

uword* vxlan_gpe_main_t::vtep4

Definition at line 208 of file vxlan_gpe.h.

uword* vxlan_gpe_main_t::vtep6

Definition at line 209 of file vxlan_gpe.h.

uword* vxlan_gpe_main_t::vxlan4_gpe_tunnel_by_key

lookup IPv4 VXLAN GPE tunnel by key

Definition at line 202 of file vxlan_gpe.h.

uword* vxlan_gpe_main_t::vxlan6_gpe_tunnel_by_key

lookup IPv6 VXLAN GPE tunnel by key

Definition at line 204 of file vxlan_gpe.h.


The documentation for this struct was generated from the following file: