FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
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 |