| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/simple_fwd_vnf/simple_fwd_pkt.h>
Data Fields | |
| uint8_t * | l2 |
| uint8_t * | l3 |
| uint8_t * | l4 |
| uint8_t | l3_type |
| uint8_t | l4_type |
| uint8_t * | l7 |
Packet format, used internally for parsing. points to relevant point in packet and classify it.
Definition at line 42 of file simple_fwd_pkt.h.
| uint8_t* simple_fwd_pkt_format::l2 |
Definition at line 43 of file simple_fwd_pkt.h.
| uint8_t* simple_fwd_pkt_format::l3 |
Definition at line 44 of file simple_fwd_pkt.h.
| uint8_t simple_fwd_pkt_format::l3_type |
Definition at line 47 of file simple_fwd_pkt.h.
| uint8_t* simple_fwd_pkt_format::l4 |
Definition at line 45 of file simple_fwd_pkt.h.
| uint8_t simple_fwd_pkt_format::l4_type |
Definition at line 48 of file simple_fwd_pkt.h.
| uint8_t* simple_fwd_pkt_format::l7 |
Definition at line 51 of file simple_fwd_pkt.h.