FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
tcp_byte_tracker_ Struct Reference
+ Collaboration diagram for tcp_byte_tracker_:

Data Fields

tcp_bt_sample_tsamples
 Pool of samples. More...
 
rb_tree_t sample_lookup
 Rbtree for sample lookup by min_seq. More...
 
u32 head
 Head of samples linked list. More...
 
u32 tail
 Tail of samples linked list. More...
 
u32 last_ooo
 Cached last ooo sample. More...
 

Detailed Description

Definition at line 261 of file tcp.h.

Field Documentation

u32 tcp_byte_tracker_::head

Head of samples linked list.

Definition at line 265 of file tcp.h.

u32 tcp_byte_tracker_::last_ooo

Cached last ooo sample.

Definition at line 267 of file tcp.h.

rb_tree_t tcp_byte_tracker_::sample_lookup

Rbtree for sample lookup by min_seq.

Definition at line 264 of file tcp.h.

tcp_bt_sample_t* tcp_byte_tracker_::samples

Pool of samples.

Definition at line 263 of file tcp.h.

u32 tcp_byte_tracker_::tail

Tail of samples linked list.

Definition at line 266 of file tcp.h.


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