FD.io VPP  v18.01-8-g0eacf49
Vector Packet Processing
ipsec_gre_tx_trace_t Struct Reference

Packet trace. More...

+ Collaboration diagram for ipsec_gre_tx_trace_t:

Data Fields

u32 tunnel_id
 Tunnel-id / index in tunnel vector. More...
 
u32 length
 pkt length More...
 
ip4_address_t src
 tunnel src IPv4 address More...
 
ip4_address_t dst
 tunnel dst IPv4 address More...
 
u32 sa_id
 tunnel IPSec SA id More...
 

Detailed Description

Packet trace.

Definition at line 44 of file ipsec_gre.c.

Field Documentation

ip4_address_t ipsec_gre_tx_trace_t::dst

tunnel dst IPv4 address

Definition at line 51 of file ipsec_gre.c.

u32 ipsec_gre_tx_trace_t::length

pkt length

Definition at line 48 of file ipsec_gre.c.

u32 ipsec_gre_tx_trace_t::sa_id

tunnel IPSec SA id

Definition at line 53 of file ipsec_gre.c.

ip4_address_t ipsec_gre_tx_trace_t::src

tunnel src IPv4 address

Definition at line 50 of file ipsec_gre.c.

u32 ipsec_gre_tx_trace_t::tunnel_id

Tunnel-id / index in tunnel vector.

Definition at line 46 of file ipsec_gre.c.


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