![]() |
FD.io VPP
v19.01.3-6-g70449b9b9
Vector Packet Processing
|
Collaboration diagram for ptr_config_t:Data Fields | |
| union { | |
| ethernet_pbb_header_t macs_tags | |
| struct { | |
| u64 data1 | |
| u64 data2 | |
| u16 data3 | |
| u32 data4 | |
| } raw_data | |
| }; | |
| union { | |
| struct { | |
| u8 push_bytes | |
| u8 pop_bytes | |
| } | |
| u16 push_and_pop_bytes | |
| }; | |
| union { ... } |
| union { ... } |
| ethernet_pbb_header_t ptr_config_t::macs_tags |
| struct { ... } ptr_config_t::raw_data |