FD.io VPP  v19.08-27-gf4dcae4
Vector Packet Processing
ooo_segment_t Struct Reference

Out-of-order segment. More...

Data Fields

u32 next
 Next linked-list element pool index. More...
 
u32 prev
 Previous linked-list element pool index. More...
 
u32 start
 Start of segment, normalized. More...
 
u32 length
 Length of segment. More...
 

Detailed Description

Out-of-order segment.

Definition at line 29 of file svm_fifo.h.

Field Documentation

u32 ooo_segment_t::length

Length of segment.

Definition at line 34 of file svm_fifo.h.

u32 ooo_segment_t::next

Next linked-list element pool index.

Definition at line 31 of file svm_fifo.h.

u32 ooo_segment_t::prev

Previous linked-list element pool index.

Definition at line 32 of file svm_fifo.h.

u32 ooo_segment_t::start

Start of segment, normalized.

Definition at line 33 of file svm_fifo.h.


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