FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vxlan_gbp_main_t Struct Reference
+ Collaboration diagram for vxlan_gbp_main_t:

Data Fields

vxlan_gbp_tunnel_ttunnels
 
clib_bihash_16_8_t vxlan4_gbp_tunnel_by_key
 
clib_bihash_24_8_t vxlan6_gbp_tunnel_by_key
 
uwordvtep4
 
uwordvtep6
 
uwordmcast_shared
 
u32tunnel_index_by_sw_if_index
 
u32 udp_ports_registered
 
vlib_main_tvlib_main
 
vnet_main_tvnet_main
 
uwordinstance_used
 
vlib_punt_reason_t punt_no_such_tunnel [FIB_PROTOCOL_IP_MAX]
 Punt reasons for no such tunnel. More...
 

Detailed Description

Definition at line 163 of file vxlan_gbp.h.

Field Documentation

◆ instance_used

uword* vxlan_gbp_main_t::instance_used

Definition at line 191 of file vxlan_gbp.h.

◆ mcast_shared

uword* vxlan_gbp_main_t::mcast_shared

Definition at line 178 of file vxlan_gbp.h.

◆ punt_no_such_tunnel

vlib_punt_reason_t vxlan_gbp_main_t::punt_no_such_tunnel[FIB_PROTOCOL_IP_MAX]

Punt reasons for no such tunnel.

Definition at line 196 of file vxlan_gbp.h.

◆ tunnel_index_by_sw_if_index

u32* vxlan_gbp_main_t::tunnel_index_by_sw_if_index

Definition at line 181 of file vxlan_gbp.h.

◆ tunnels

vxlan_gbp_tunnel_t* vxlan_gbp_main_t::tunnels

Definition at line 166 of file vxlan_gbp.h.

◆ udp_ports_registered

u32 vxlan_gbp_main_t::udp_ports_registered

Definition at line 184 of file vxlan_gbp.h.

◆ vlib_main

vlib_main_t* vxlan_gbp_main_t::vlib_main

Definition at line 187 of file vxlan_gbp.h.

◆ vnet_main

vnet_main_t* vxlan_gbp_main_t::vnet_main

Definition at line 188 of file vxlan_gbp.h.

◆ vtep4

uword* vxlan_gbp_main_t::vtep4

Definition at line 174 of file vxlan_gbp.h.

◆ vtep6

uword* vxlan_gbp_main_t::vtep6

Definition at line 175 of file vxlan_gbp.h.

◆ vxlan4_gbp_tunnel_by_key

clib_bihash_16_8_t vxlan_gbp_main_t::vxlan4_gbp_tunnel_by_key

Definition at line 169 of file vxlan_gbp.h.

◆ vxlan6_gbp_tunnel_by_key

clib_bihash_24_8_t vxlan_gbp_main_t::vxlan6_gbp_tunnel_by_key

Definition at line 170 of file vxlan_gbp.h.


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