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

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

u8rewrite
 
dpo_id_t next_dpo
 
u32 teid
 
ip46_address_t src
 
ip46_address_t dst
 
u32 mcast_sw_if_index
 
u32 decap_next_index
 
u32 encap_fib_index
 
u32 sw_if_index
 
u32 hw_if_index
 
fib_node_t node
 Linkage into the FIB object graph. More...
 
fib_node_index_t fib_entry_index
 
adj_index_t mcast_adj_index
 
u32 sibling_index
 The tunnel is a child of the FIB entry for its destination. More...
 

Detailed Description

Definition at line 126 of file gtpu.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

gtpu_tunnel_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ decap_next_index

u32 gtpu_tunnel_t::decap_next_index

Definition at line 148 of file gtpu.h.

◆ dst

ip46_address_t gtpu_tunnel_t::dst

Definition at line 142 of file gtpu.h.

◆ encap_fib_index

u32 gtpu_tunnel_t::encap_fib_index

Definition at line 151 of file gtpu.h.

◆ fib_entry_index

fib_node_index_t gtpu_tunnel_t::fib_entry_index

Definition at line 166 of file gtpu.h.

◆ hw_if_index

u32 gtpu_tunnel_t::hw_if_index

Definition at line 155 of file gtpu.h.

◆ mcast_adj_index

adj_index_t gtpu_tunnel_t::mcast_adj_index

Definition at line 167 of file gtpu.h.

◆ mcast_sw_if_index

u32 gtpu_tunnel_t::mcast_sw_if_index

Definition at line 145 of file gtpu.h.

◆ next_dpo

dpo_id_t gtpu_tunnel_t::next_dpo

Definition at line 135 of file gtpu.h.

◆ node

fib_node_t gtpu_tunnel_t::node

Linkage into the FIB object graph.

Definition at line 160 of file gtpu.h.

◆ rewrite

u8* gtpu_tunnel_t::rewrite

Definition at line 132 of file gtpu.h.

◆ sibling_index

u32 gtpu_tunnel_t::sibling_index

The tunnel is a child of the FIB entry for its destination.

This is so it receives updates when the forwarding information for that entry changes. The tunnels sibling index on the FIB entry's dependency list.

Definition at line 175 of file gtpu.h.

◆ src

ip46_address_t gtpu_tunnel_t::src

Definition at line 141 of file gtpu.h.

◆ sw_if_index

u32 gtpu_tunnel_t::sw_if_index

Definition at line 154 of file gtpu.h.

◆ teid

u32 gtpu_tunnel_t::teid

Definition at line 138 of file gtpu.h.


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