|
suricata
|
#include <flow.h>

Data Fields | |
| Address | src |
| Address | dst |
| Port | sp |
| Port | dp |
| uint8_t | proto |
| uint8_t | recursion_level |
| uint16_t | livedev_id |
| uint16_t | vlan_id [VLAN_MAX_LAYERS] |
| Port FlowKey_::dp |
Definition at line 303 of file flow.h.
Referenced by FlowKeyGetHash().
| Address FlowKey_::dst |
Definition at line 302 of file flow.h.
Referenced by FlowKeyGetHash().
| uint16_t FlowKey_::livedev_id |
Definition at line 306 of file flow.h.
Referenced by FlowKeyGetHash().
| uint8_t FlowKey_::proto |
Definition at line 304 of file flow.h.
Referenced by FlowKeyGetHash().
| uint8_t FlowKey_::recursion_level |
Definition at line 305 of file flow.h.
Referenced by FlowKeyGetHash().
| Port FlowKey_::sp |
Definition at line 303 of file flow.h.
Referenced by FlowKeyGetHash().
| Address FlowKey_::src |
Definition at line 302 of file flow.h.
Referenced by FlowKeyGetHash().
| uint16_t FlowKey_::vlan_id[VLAN_MAX_LAYERS] |
Definition at line 307 of file flow.h.
Referenced by FlowKeyGetHash().