|
suricata
|
#include <stream-tcp-private.h>

Public Member Functions | |
| RB_ENTRY (TcpSegment) __attribute__((__packed__)) rb | |
Data Fields | |
| PoolThreadId | pool_id |
| uint16_t | payload_len |
| uint32_t | seq |
| StreamingBufferSegment | sbseg |
| TcpSegmentPcapHdrStorage * | pcap_hdr_storage |
Definition at line 72 of file stream-tcp-private.h.
| TcpSegment::RB_ENTRY | ( | TcpSegment | ) |
| uint16_t TcpSegment::payload_len |
actual size of the payload
Definition at line 74 of file stream-tcp-private.h.
Referenced by TcpSegmentCompare().
| TcpSegmentPcapHdrStorage* TcpSegment::pcap_hdr_storage |
Definition at line 78 of file stream-tcp-private.h.
Referenced by StreamTcpSegmentForSession(), and StreamTcpSegmentReturntoPool().
| PoolThreadId TcpSegment::pool_id |
Definition at line 73 of file stream-tcp-private.h.
| StreamingBufferSegment TcpSegment::sbseg |
Definition at line 77 of file stream-tcp-private.h.
Referenced by StreamTcpGetSegment(), StreamTcpInlineSegmentCompare(), StreamTcpSegmentForEach(), and StreamTcpSegmentForSession().
| uint32_t TcpSegment::seq |
Definition at line 75 of file stream-tcp-private.h.
Referenced by StreamTcpInlineSegmentCompare(), StreamTcpSegmentForEach(), StreamTcpUTAddSegmentWithByte(), StreamTcpUTAddSegmentWithPayload(), and TcpSegmentCompare().