FD.io VPP  v19.01.3-6-g70449b9b9
Vector Packet Processing
ipsec_gre_tunnel_t Struct Reference

IPSec-GRE tunnel parameters. More...

+ Collaboration diagram for ipsec_gre_tunnel_t:

Public Member Functions

 CLIB_CACHE_LINE_ALIGN_MARK (cacheline0)
 

Data Fields

ip4_address_t tunnel_src
 tunnel IPv4 src address More...
 
ip4_address_t tunnel_dst
 tunnel IPv4 dst address More...
 
u32 local_sa
 local IPSec SA index More...
 
u32 remote_sa
 remote IPSec SA index More...
 
u32 local_sa_id
 local IPSec SA id More...
 
u32 remote_sa_id
 remote IPSec SA id More...
 
u32 hw_if_index
 
u32 sw_if_index
 hardware interface index More...
 

Detailed Description

IPSec-GRE tunnel parameters.

Definition at line 50 of file ipsec_gre.h.

Member Function Documentation

◆ CLIB_CACHE_LINE_ALIGN_MARK()

ipsec_gre_tunnel_t::CLIB_CACHE_LINE_ALIGN_MARK ( cacheline0  )

Field Documentation

◆ hw_if_index

u32 ipsec_gre_tunnel_t::hw_if_index

Definition at line 60 of file ipsec_gre.h.

◆ local_sa

u32 ipsec_gre_tunnel_t::local_sa

local IPSec SA index

Definition at line 56 of file ipsec_gre.h.

◆ local_sa_id

u32 ipsec_gre_tunnel_t::local_sa_id

local IPSec SA id

Definition at line 58 of file ipsec_gre.h.

◆ remote_sa

u32 ipsec_gre_tunnel_t::remote_sa

remote IPSec SA index

Definition at line 57 of file ipsec_gre.h.

◆ remote_sa_id

u32 ipsec_gre_tunnel_t::remote_sa_id

remote IPSec SA id

Definition at line 59 of file ipsec_gre.h.

◆ sw_if_index

u32 ipsec_gre_tunnel_t::sw_if_index

hardware interface index

Definition at line 60 of file ipsec_gre.h.

◆ tunnel_dst

ip4_address_t ipsec_gre_tunnel_t::tunnel_dst

tunnel IPv4 dst address

Definition at line 55 of file ipsec_gre.h.

◆ tunnel_src

ip4_address_t ipsec_gre_tunnel_t::tunnel_src

tunnel IPv4 src address

Definition at line 54 of file ipsec_gre.h.


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