FD.io VPP  v21.06
Vector Packet Processing
vl_api_ipsec_sa_details_t Struct Reference

IPsec security association database response. More...

Data Fields

option deprecated
 
u32 context
 
vl_api_ipsec_sad_entry_t entry
 
vl_api_interface_index_t sw_if_index
 
u32 salt
 
u64 seq_outbound
 
u64 last_seq_inbound
 
u64 replay_window
 
u32 stat_index
 

Detailed Description

IPsec security association database response.

Template Parameters
context- sender context which was passed in the request
entry- The SA details
sw_if_index- sw_if_index of tunnel interface, policy-based SAs = ~0
salt- 4 byte salt
seq- current sequence number for outbound
seq_hi- high 32 bits of ESN for outbound
last_seq- highest sequence number received inbound
last_seq_hi- high 32 bits of highest ESN received inbound
replay_window- bit map of seq nums received relative to last_seq if using anti-replay
stat_index- index for the SA in the stats segment @ /net/ipsec/sa

Definition at line 427 of file ipsec.api.

Field Documentation

◆ context

u32 vl_api_ipsec_sa_details_t::context

Definition at line 429 of file ipsec.api.

◆ deprecated

option vl_api_ipsec_sa_details_t::deprecated

Definition at line 428 of file ipsec.api.

◆ entry

vl_api_ipsec_sad_entry_t vl_api_ipsec_sa_details_t::entry

Definition at line 430 of file ipsec.api.

◆ last_seq_inbound

u64 vl_api_ipsec_sa_details_t::last_seq_inbound

Definition at line 435 of file ipsec.api.

◆ replay_window

u64 vl_api_ipsec_sa_details_t::replay_window

Definition at line 436 of file ipsec.api.

◆ salt

u32 vl_api_ipsec_sa_details_t::salt

Definition at line 433 of file ipsec.api.

◆ seq_outbound

u64 vl_api_ipsec_sa_details_t::seq_outbound

Definition at line 434 of file ipsec.api.

◆ stat_index

u32 vl_api_ipsec_sa_details_t::stat_index

Definition at line 438 of file ipsec.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_ipsec_sa_details_t::sw_if_index

Definition at line 432 of file ipsec.api.


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