FD.io VPP  v20.01-48-g3e0dafb74
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 289 of file tcp.h.

Field Documentation

◆ head

u32 tcp_byte_tracker_::head

Head of samples linked list.

Definition at line 293 of file tcp.h.

◆ last_ooo

u32 tcp_byte_tracker_::last_ooo

Cached last ooo sample.

Definition at line 295 of file tcp.h.

◆ sample_lookup

rb_tree_t tcp_byte_tracker_::sample_lookup

Rbtree for sample lookup by min_seq.

Definition at line 292 of file tcp.h.

◆ samples

tcp_bt_sample_t* tcp_byte_tracker_::samples

Pool of samples.

Definition at line 291 of file tcp.h.

◆ tail

u32 tcp_byte_tracker_::tail

Tail of samples linked list.

Definition at line 294 of file tcp.h.


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