![]() |
FD.io VPP
v21.01.1
Vector Packet Processing
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | IP_FLOW_HASH_SRC_ADDR (1<<0) |
| Flow hash configuration. More... | |
| #define | IP_FLOW_HASH_DST_ADDR (1<<1) |
| #define | IP_FLOW_HASH_PROTO (1<<2) |
| #define | IP_FLOW_HASH_SRC_PORT (1<<3) |
| #define | IP_FLOW_HASH_DST_PORT (1<<4) |
| #define | IP_FLOW_HASH_REVERSE_SRC_DST (1<<5) |
| #define | IP_FLOW_HASH_SYMMETRIC (1<<6) |
| #define | IP_FLOW_HASH_DEFAULT (0x1F) |
| Default: 5-tuple without the "reverse" bit. More... | |
| #define | foreach_flow_hash_bit |
Typedefs | |
| typedef u32 | flow_hash_config_t |
| A flow hash configuration is a mask of the flow hash options. More... | |
| #define foreach_flow_hash_bit |
Definition at line 31 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_DEFAULT (0x1F) |
Default: 5-tuple without the "reverse" bit.
Definition at line 29 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_DST_ADDR (1<<1) |
Definition at line 21 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_DST_PORT (1<<4) |
Definition at line 24 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_PROTO (1<<2) |
Definition at line 22 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_REVERSE_SRC_DST (1<<5) |
Definition at line 25 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_SRC_ADDR (1<<0) |
Flow hash configuration.
Definition at line 20 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_SRC_PORT (1<<3) |
Definition at line 23 of file ip_flow_hash.h.
| #define IP_FLOW_HASH_SYMMETRIC (1<<6) |
Definition at line 26 of file ip_flow_hash.h.
| typedef u32 flow_hash_config_t |
A flow hash configuration is a mask of the flow hash options.
Definition at line 43 of file ip_flow_hash.h.