![]() |
![]() |
PA Flow Cache Matching Info Valid Bit Definitions | |
Bitmap definition of the validBitfield in paFcInfo_t. It allows selective Flow Cache matching parameters | |
#define | pa_FC_INFO_VALID_SRC_IP 0x0001 |
#define | pa_FC_INFO_VALID_SRC_IP_MASK 0x0002 |
#define | pa_FC_INFO_VALID_DST_IP 0x0004 |
#define | pa_FC_INFO_VALID_DST_IP_MASK 0x0008 |
#define | pa_FC_INFO_VALID_CTRL_FLAG 0x0010 |
#define | pa_FC_INFO_VALID_PROTO 0x0020 |
#define | pa_FC_INFO_VALID_DSCP 0x0040 |
#define | pa_FC_INFO_VALID_SRC_PORT 0x0100 |
#define | pa_FC_INFO_VALID_DST_PORT 0x0200 |
#define pa_FC_INFO_VALID_CTRL_FLAG 0x0010 |
ctrlFlag and ctrlFlagMask are present
#define pa_FC_INFO_VALID_DSCP 0x0040 |
dscp is present
#define pa_FC_INFO_VALID_DST_IP 0x0004 |
dstIp is present
#define pa_FC_INFO_VALID_DST_IP_MASK 0x0008 |
dstIpMask is present. This flag is valid only if dstIp is present. If dstIp is present and this flag is clear, it means all IP address bits are valid.
#define pa_FC_INFO_VALID_DST_PORT 0x0200 |
dstPortBegin and dstPortEnd are present
#define pa_FC_INFO_VALID_PROTO 0x0020 |
proto is present
#define pa_FC_INFO_VALID_SRC_IP 0x0001 |
srcIp is present
#define pa_FC_INFO_VALID_SRC_IP_MASK 0x0002 |
srcIpMask is present. This flag is valid only if srcIp is present. If srcIp is present and this flag is clear, it means all IP address bits are valid.
#define pa_FC_INFO_VALID_SRC_PORT 0x0100 |
srcPortBegin and srcPortEnd are present