FD.io VPP  v19.01.2-3-gf61a1a8
Vector Packet Processing
gre_main_t Struct Reference

GRE related global data. More...

+ Collaboration diagram for gre_main_t:

Data Fields

gre_tunnel_ttunnels
 pool of tunnel instances More...
 
gre_protocol_info_tprotocol_infos
 GRE payload protocol registrations. More...
 
uwordprotocol_info_by_name
 Hash tables mapping name/protocol to protocol info index. More...
 
uwordprotocol_info_by_protocol
 
uwordtunnel_by_key4
 Hash mapping to tunnels with ipv4 src/dst addr. More...
 
uwordtunnel_by_key6
 Hash mapping to tunnels with ipv6 src/dst addr. More...
 
uwordseq_num_by_key
 Hash mapping tunnel src/dst addr and fib-idx to sequence number. More...
 
u32tunnel_index_by_sw_if_index
 Mapping from sw_if_index to tunnel index. More...
 
next_info_tnext_by_protocol
 
vlib_main_tvlib_main
 
vnet_main_tvnet_main
 
uwordinstance_used
 

Detailed Description

GRE related global data.

Definition at line 255 of file gre.h.

Field Documentation

uword* gre_main_t::instance_used

Definition at line 301 of file gre.h.

next_info_t* gre_main_t::next_by_protocol

Definition at line 294 of file gre.h.

uword* gre_main_t::protocol_info_by_name

Hash tables mapping name/protocol to protocol info index.

Definition at line 270 of file gre.h.

uword * gre_main_t::protocol_info_by_protocol

Definition at line 270 of file gre.h.

gre_protocol_info_t* gre_main_t::protocol_infos

GRE payload protocol registrations.

Definition at line 265 of file gre.h.

uword* gre_main_t::seq_num_by_key

Hash mapping tunnel src/dst addr and fib-idx to sequence number.

Definition at line 285 of file gre.h.

uword* gre_main_t::tunnel_by_key4

Hash mapping to tunnels with ipv4 src/dst addr.

Definition at line 275 of file gre.h.

uword* gre_main_t::tunnel_by_key6

Hash mapping to tunnels with ipv6 src/dst addr.

Definition at line 280 of file gre.h.

u32* gre_main_t::tunnel_index_by_sw_if_index

Mapping from sw_if_index to tunnel index.

Definition at line 290 of file gre.h.

gre_tunnel_t* gre_main_t::tunnels

pool of tunnel instances

Definition at line 260 of file gre.h.

vlib_main_t* gre_main_t::vlib_main

Definition at line 297 of file gre.h.

vnet_main_t* gre_main_t::vnet_main

Definition at line 298 of file gre.h.


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