suricata
|
Data Fields | |
union { | |
struct { | |
uint32_t src [4] | |
uint32_t dst [4] | |
uint16_t ports [2] | |
uint16_t proto | |
uint16_t recur | |
uint16_t vlan_id [2] | |
} | |
const uint32_t u32 [11] | |
}; | |
Definition at line 98 of file flow-hash.c.
union { ... } |
uint32_t FlowHashKey6_::dst[4] |
Definition at line 101 of file flow-hash.c.
uint16_t FlowHashKey6_::ports[2] |
Definition at line 102 of file flow-hash.c.
uint16_t FlowHashKey6_::proto |
u16 so proto and recur add up to u32
Definition at line 103 of file flow-hash.c.
uint16_t FlowHashKey6_::recur |
u16 so proto and recur add up to u32
Definition at line 104 of file flow-hash.c.
uint32_t FlowHashKey6_::src[4] |
Definition at line 101 of file flow-hash.c.
const uint32_t FlowHashKey6_::u32[11] |
Definition at line 107 of file flow-hash.c.
uint16_t FlowHashKey6_::vlan_id[2] |
Definition at line 105 of file flow-hash.c.