![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Message header structure. More...
Collaboration diagram for msgbuf_:Data Fields | |
| svm_queue_t * | q |
| 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... | |
Message header structure.
Definition at line 136 of file api_common.h.
| u8 msgbuf_::data[0] |
actual message begins here
Definition at line 141 of file api_common.h.
| u32 msgbuf_::data_len |
message length not including header
Definition at line 139 of file api_common.h.
| u32 msgbuf_::gc_mark_timestamp |
message garbage collector mark TS
Definition at line 140 of file api_common.h.
| svm_queue_t* msgbuf_::q |
message allocated in this shmem ring
Definition at line 138 of file api_common.h.