FD.io VPP
v20.09-64-g4f7b92f0a
Vector Packet Processing
|
Data Fields | |
tcp_bt_sample_t * | samples |
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... | |
Definition at line 240 of file tcp_types.h.
u32 tcp_byte_tracker_::head |
Head of samples linked list.
Definition at line 244 of file tcp_types.h.
u32 tcp_byte_tracker_::last_ooo |
Cached last ooo sample.
Definition at line 246 of file tcp_types.h.
rb_tree_t tcp_byte_tracker_::sample_lookup |
Rbtree for sample lookup by min_seq.
Definition at line 243 of file tcp_types.h.
tcp_bt_sample_t* tcp_byte_tracker_::samples |
Pool of samples.
Definition at line 242 of file tcp_types.h.
u32 tcp_byte_tracker_::tail |
Tail of samples linked list.
Definition at line 245 of file tcp_types.h.