FD.io VPP  v17.10-9-gd594711
Vector Packet Processing
msgbuf_ Struct Reference

Message header structure. More...

+ Collaboration diagram for msgbuf_:

Data Fields

unix_shared_memory_queue_tq
 message allocated in this shmem ring More...
 
u32 data_len
 message length not including header More...
 
u32 gc_mark_timestamp
 message garbage collector mark TS More...
 
u8 data [0]
 actual message begins here More...
 

Detailed Description

Message header structure.

Definition at line 126 of file api_common.h.

Field Documentation

u8 msgbuf_::data[0]

actual message begins here

Definition at line 131 of file api_common.h.

u32 msgbuf_::data_len

message length not including header

Definition at line 129 of file api_common.h.

u32 msgbuf_::gc_mark_timestamp

message garbage collector mark TS

Definition at line 130 of file api_common.h.

message allocated in this shmem ring

Definition at line 128 of file api_common.h.


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