FD.io VPP  v18.04-17-g3a0d853
Vector Packet Processing
vxlan_main_t Struct Reference
+ Collaboration diagram for vxlan_main_t:

Data Fields

vxlan_tunnel_t * tunnels
 
uword * vxlan4_tunnel_by_key
 
uword * vxlan6_tunnel_by_key
 
uword * vtep4
 
uword * vtep6
 
uword * mcast_shared
 
u32 * tunnel_index_by_sw_if_index
 
vlib_main_t * vlib_main
 
vnet_main_t * vnet_main
 
uword * instance_used
 

Detailed Description

Definition at line 140 of file vxlan.h.

Field Documentation

uword* vxlan_main_t::instance_used

Definition at line 164 of file vxlan.h.

uword* vxlan_main_t::mcast_shared

Definition at line 154 of file vxlan.h.

u32* vxlan_main_t::tunnel_index_by_sw_if_index

Definition at line 157 of file vxlan.h.

vxlan_tunnel_t* vxlan_main_t::tunnels

Definition at line 142 of file vxlan.h.

vlib_main_t* vxlan_main_t::vlib_main

Definition at line 160 of file vxlan.h.

vnet_main_t* vxlan_main_t::vnet_main

Definition at line 161 of file vxlan.h.

uword* vxlan_main_t::vtep4

Definition at line 150 of file vxlan.h.

uword* vxlan_main_t::vtep6

Definition at line 151 of file vxlan.h.

uword* vxlan_main_t::vxlan4_tunnel_by_key

Definition at line 145 of file vxlan.h.

uword* vxlan_main_t::vxlan6_tunnel_by_key

Definition at line 146 of file vxlan.h.


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