![]() |
![]() |
PA Egress Flow Level Two Record data structure. More...
#include <pa_fc.h>
Data Fields | |
uint16_t | validBitMap |
uint16_t | ctrlBitMap |
uint16_t | mtu |
uint16_t | ipHdrSize |
uint8_t * | ipHdr |
paEfRecIpsecParams_t | ipsec |
PA Egress Flow Level Two Record data structure.
The PA Egress Flow level two record is used to instruct PASS to perform outer L3 and IPSEC Processing as specified below:
paEfRecLevel2_t defines the configuration parameters of the egress flow level two record Since not all fields are used all the time, validBitMap is used to specify which optional field is used for packet modification.
uint16_t paEfRecLevel2_t::ctrlBitMap |
Level two record control flag Bitmap as defined at PA EgressFlow Level Two Record Control Flag Definitions
uint8_t* paEfRecLevel2_t::ipHdr |
Pointer to the IP header
uint16_t paEfRecLevel2_t::ipHdrSize |
IP header size in bytes (0:Retain the outer IP header in the packet
IPSEC related parameters
uint16_t paEfRecLevel2_t::mtu |
Outer IP MTU size
uint16_t paEfRecLevel2_t::validBitMap |
Valid Bitmap corresponding to each optional field as defined at PA Egress Flow Level two Record Valid Bit Definitions