suricata
stream-tcp.c File Reference
Include dependency graph for stream-tcp.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define SET_ISN(stream, setseq)
 

Functions

void StreamTcpRegisterTests (void)
 

Macro Definition Documentation

◆ SET_ISN

#define SET_ISN (   stream,
  setseq 
)
Value:
(stream)->isn = (setseq); \
(stream)->base_seq = (setseq) + 1

Definition at line 30 of file stream-tcp.c.

Function Documentation

◆ StreamTcpRegisterTests()

void StreamTcpRegisterTests ( void  )

Definition at line 3401 of file stream-tcp.c.

References UtRegisterTest().

Here is the call graph for this function: