|
suricata
|
#include <stream-tcp-private.h>
Public Member Functions | |
| RB_ENTRY (StreamTcpSackRecord) rb | |
Data Fields | |
| uint32_t | le |
| uint32_t | re |
Definition at line 46 of file stream-tcp-private.h.
| StreamTcpSackRecord::RB_ENTRY | ( | StreamTcpSackRecord | ) |
| uint32_t StreamTcpSackRecord::le |
left edge, host order
Definition at line 47 of file stream-tcp-private.h.
Referenced by StreamTcpSackFreeList(), StreamTcpSackPruneList(), and TcpSackCompare().
| uint32_t StreamTcpSackRecord::re |
right edge, host order
Definition at line 48 of file stream-tcp-private.h.
Referenced by StreamTcpSackFreeList(), StreamTcpSackPruneList(), and TcpSackCompare().