suricata
|
Data Fields | |
union { | |
struct { | |
uint32_t addrs [2] | |
uint16_t ports [2] | |
uint8_t proto | |
uint8_t recur | |
uint16_t livedev | |
uint16_t vlan_id [VLAN_MAX_LAYERS] | |
uint16_t pad [1] | |
} | |
const uint32_t u32 [6] | |
}; | |
Definition at line 87 of file flow-hash.c.
union { ... } |
uint32_t FlowHashKey4_::addrs[2] |
Definition at line 90 of file flow-hash.c.
Referenced by FlowKeyGetHash().
uint16_t FlowHashKey4_::livedev |
Definition at line 94 of file flow-hash.c.
Referenced by FlowKeyGetHash().
uint16_t FlowHashKey4_::pad[1] |
Definition at line 96 of file flow-hash.c.
uint16_t FlowHashKey4_::ports[2] |
Definition at line 91 of file flow-hash.c.
Referenced by FlowKeyGetHash().
uint8_t FlowHashKey4_::proto |
u8 so proto and recur and livedev add up to u32
Definition at line 92 of file flow-hash.c.
Referenced by FlowKeyGetHash().
uint8_t FlowHashKey4_::recur |
Definition at line 93 of file flow-hash.c.
Referenced by FlowKeyGetHash().
const uint32_t FlowHashKey4_::u32[6] |
Definition at line 98 of file flow-hash.c.
Referenced by FlowKeyGetHash().
uint16_t FlowHashKey4_::vlan_id[VLAN_MAX_LAYERS] |
Definition at line 95 of file flow-hash.c.
Referenced by FlowKeyGetHash().