![]() |
FD.io VPP
v20.05-21-gb1500e9ff
Vector Packet Processing
|
Collaboration diagram for tcp_byte_tracker_: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 235 of file tcp_types.h.
| u32 tcp_byte_tracker_::head |
Head of samples linked list.
Definition at line 239 of file tcp_types.h.
| u32 tcp_byte_tracker_::last_ooo |
Cached last ooo sample.
Definition at line 241 of file tcp_types.h.
| rb_tree_t tcp_byte_tracker_::sample_lookup |
Rbtree for sample lookup by min_seq.
Definition at line 238 of file tcp_types.h.
| tcp_bt_sample_t* tcp_byte_tracker_::samples |
Pool of samples.
Definition at line 237 of file tcp_types.h.
| u32 tcp_byte_tracker_::tail |
Tail of samples linked list.
Definition at line 240 of file tcp_types.h.