FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
ooo_segment_t Struct Reference

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

Definition at line 48 of file fifo_types.h.

Field Documentation

◆ length

u32 ooo_segment_t::length

Length of segment.

Definition at line 53 of file fifo_types.h.

◆ next

u32 ooo_segment_t::next

Next linked-list element pool index.

Definition at line 50 of file fifo_types.h.

◆ prev

u32 ooo_segment_t::prev

Previous linked-list element pool index.

Definition at line 51 of file fifo_types.h.

◆ start

u32 ooo_segment_t::start

Start of segment, normalized.

Definition at line 52 of file fifo_types.h.


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