PA Egress Flow Level One Record Valid Bit Definitions
PA LLD Constants (enum's and define's)

PA Egress Flow Level One Record Valid Bit Definitions

Bitmap definition of the validBitMap in paEfRecLevel1_t.

#define pa_EF_LVL1_RECORD_VALID_CTRL_FLAGS   0x0001
#define pa_EF_LVL1_RECORD_VALID_IP_SRC   0x0002
#define pa_EF_LVL1_RECORD_VALID_IP_DST   0x0004
#define pa_EF_LVL1_RECORD_VALID_FLOW_LABEL   0x0008
#define pa_EF_LVL1_RECORD_VALID_TOS_CLASS   0x0010
#define pa_EF_LVL1_RECORD_VALID_IP_MTU   0x0020
#define pa_EF_LVL1_RECORD_VALID_SRC_PORT   0x0040
#define pa_EF_LVL1_RECORD_VALID_DST_PORT   0x0080

Define Documentation

  • Level One record control flags is present
#define pa_EF_LVL1_RECORD_VALID_DST_PORT   0x0080

TCP/UDP destination port in packet should be replaced with the one in record

  • IPv6 flow label in packet should be replaced with the one in record
#define pa_EF_LVL1_RECORD_VALID_IP_DST   0x0004
  • Destination IP address in packet should be replaced with the one in record
#define pa_EF_LVL1_RECORD_VALID_IP_MTU   0x0020

Inner IP MTU is specified, perform Inner IP fragmentation is necessary

#define pa_EF_LVL1_RECORD_VALID_IP_SRC   0x0002
  • Source IP address in packet should be replaced with the one in record
#define pa_EF_LVL1_RECORD_VALID_SRC_PORT   0x0040

TCP/UDP source port in packet should be replaced with the one in record

#define pa_EF_LVL1_RECORD_VALID_TOS_CLASS   0x0010
  • IPv4 type of service or IPv6 traffic class in packet should be replaced with the one in record

Copyright 2014, Texas Instruments Incorporated