![]() |
![]() |
PA Egress Flow Level One Record data structure. More...
#include <pa_fc.h>
Data Fields | |
uint16_t | validBitMap |
uint16_t | ctrlBitMap |
int | ipType |
paIpAddr_t | src |
paIpAddr_t | dst |
uint32_t | flow |
uint8_t | tos |
uint16_t | mtu |
uint16_t | srcPort |
uint16_t | dstPort |
PA Egress Flow Level One Record data structure.
The PA Egress Flow level one record is used to instruct PASS to perform Inner L3/L4 Processing as specified below: -IP header updates
paEfRecLevel1_t defines the configuration parameters of the egress flow level one 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 paEfRecLevel1_t::ctrlBitMap |
Level one record control flag Bitmap as defined at PA Egress Flow Level One Record Control Flag Definitions
Destination IP address
uint16_t paEfRecLevel1_t::dstPort |
TCP/UDP Destinatio Port Number
uint32_t paEfRecLevel1_t::flow |
IPv6 flow label in 20 lsbs
IP type (Mandatory if srcIp or dest Ip is sepcified) IP types
uint16_t paEfRecLevel1_t::mtu |
IP MTU size
Source IP address
uint16_t paEfRecLevel1_t::srcPort |
TCP/UDP Source Port Number
uint8_t paEfRecLevel1_t::tos |
IP Type of Service (IPv4) / Traffic class (IPv6)
uint16_t paEfRecLevel1_t::validBitMap |
Valid Bitmap corresponding to each optional field as defined at PA Egress Flow Level One Record Valid Bit Definitions