FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Data Fields | |
vxlan_gbp_tunnel_t * | tunnels |
clib_bihash_16_8_t | vxlan4_gbp_tunnel_by_key |
clib_bihash_24_8_t | vxlan6_gbp_tunnel_by_key |
uword * | vtep4 |
uword * | vtep6 |
uword * | mcast_shared |
u32 * | tunnel_index_by_sw_if_index |
u32 | udp_ports_registered |
vlib_main_t * | vlib_main |
vnet_main_t * | vnet_main |
uword * | instance_used |
vlib_punt_reason_t | punt_no_such_tunnel [FIB_PROTOCOL_IP_MAX] |
Punt reasons for no such tunnel. More... | |
Definition at line 165 of file vxlan_gbp.h.
uword* vxlan_gbp_main_t::instance_used |
Definition at line 193 of file vxlan_gbp.h.
uword* vxlan_gbp_main_t::mcast_shared |
Definition at line 180 of file vxlan_gbp.h.
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 198 of file vxlan_gbp.h.
u32* vxlan_gbp_main_t::tunnel_index_by_sw_if_index |
Definition at line 183 of file vxlan_gbp.h.
vxlan_gbp_tunnel_t* vxlan_gbp_main_t::tunnels |
Definition at line 168 of file vxlan_gbp.h.
u32 vxlan_gbp_main_t::udp_ports_registered |
Definition at line 186 of file vxlan_gbp.h.
vlib_main_t* vxlan_gbp_main_t::vlib_main |
Definition at line 189 of file vxlan_gbp.h.
vnet_main_t* vxlan_gbp_main_t::vnet_main |
Definition at line 190 of file vxlan_gbp.h.
uword* vxlan_gbp_main_t::vtep4 |
Definition at line 176 of file vxlan_gbp.h.
uword* vxlan_gbp_main_t::vtep6 |
Definition at line 177 of file vxlan_gbp.h.
clib_bihash_16_8_t vxlan_gbp_main_t::vxlan4_gbp_tunnel_by_key |
Definition at line 171 of file vxlan_gbp.h.
clib_bihash_24_8_t vxlan_gbp_main_t::vxlan6_gbp_tunnel_by_key |
Definition at line 172 of file vxlan_gbp.h.