suricata
FlowKey_ Struct Reference

#include <flow.h>

Collaboration diagram for FlowKey_:

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]
 

Detailed Description

Definition at line 307 of file flow.h.

Field Documentation

◆ dp

Port FlowKey_::dp

Definition at line 310 of file flow.h.

Referenced by FlowKeyGetHash().

◆ dst

Address FlowKey_::dst

Definition at line 309 of file flow.h.

Referenced by FlowKeyGetHash().

◆ livedev_id

uint16_t FlowKey_::livedev_id

Definition at line 313 of file flow.h.

Referenced by FlowKeyGetHash().

◆ proto

uint8_t FlowKey_::proto

Definition at line 311 of file flow.h.

Referenced by FlowKeyGetHash().

◆ recursion_level

uint8_t FlowKey_::recursion_level

Definition at line 312 of file flow.h.

Referenced by FlowKeyGetHash().

◆ sp

Port FlowKey_::sp

Definition at line 310 of file flow.h.

Referenced by FlowKeyGetHash().

◆ src

Address FlowKey_::src

Definition at line 309 of file flow.h.

Referenced by FlowKeyGetHash().

◆ vlan_id

uint16_t FlowKey_::vlan_id[VLAN_MAX_LAYERS]

Definition at line 314 of file flow.h.

Referenced by FlowKeyGetHash().


The documentation for this struct was generated from the following file: