FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
tcp_pg.c File Reference
+ Include dependency graph for tcp_pg.c:

Go to the source code of this file.

Data Structures

struct  pg_tcp_header_t
 

Macros

#define foreach_tcp_flag
 

Functions

static void tcp_pg_edit_function (pg_main_t *pg, pg_stream_t *s, pg_edit_group_t *g, u32 *packets, u32 n_packets)
 
static void pg_tcp_header_init (pg_tcp_header_t *p)
 
uword unformat_pg_tcp_header (unformat_input_t *input, va_list *args)
 

Macro Definition Documentation

#define foreach_tcp_flag
Value:
_ (FIN) \
_ (SYN) \
_ (RST) \
_ (PSH) \
_ (ACK) \
_ (URG) \
_ (ECE) \
_ (CWR)

Definition at line 44 of file tcp_pg.c.

Function Documentation

static void pg_tcp_header_init ( pg_tcp_header_t p)
inlinestatic

Definition at line 120 of file tcp_pg.c.

+ Here is the caller graph for this function:

static void tcp_pg_edit_function ( pg_main_t pg,
pg_stream_t s,
pg_edit_group_t g,
u32 packets,
u32  n_packets 
)
static

Definition at line 55 of file tcp_pg.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

uword unformat_pg_tcp_header ( unformat_input_t input,
va_list *  args 
)

Definition at line 146 of file tcp_pg.c.

+ Here is the call graph for this function: