| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#include </opt/mellanox/doca/applications/simple_fwd_vnf/simple_fwd_pkt.h>

Data Fields | |
| void * | orig_data |
| uint16_t | orig_port_id |
| uint16_t | pipe_queue |
| uint32_t | rss_hash |
| struct simple_fwd_pkt_format | outer |
| enum doca_flow_tun_type | tun_type |
| struct simple_fwd_pkt_tun_format | tun |
| struct simple_fwd_pkt_format | inner |
| int | len |
Packet parsing result. points to relevant point in packet and classify it.
Definition at line 85 of file simple_fwd_pkt.h.
| struct simple_fwd_pkt_format simple_fwd_pkt_info::inner |
Definition at line 89 of file simple_fwd_pkt.h.
| int simple_fwd_pkt_info::len |
Definition at line 95 of file simple_fwd_pkt.h.
| void* simple_fwd_pkt_info::orig_data |
Definition at line 86 of file simple_fwd_pkt.h.
| uint16_t simple_fwd_pkt_info::orig_port_id |
Definition at line 87 of file simple_fwd_pkt.h.
| struct simple_fwd_pkt_format simple_fwd_pkt_info::outer |
Definition at line 89 of file simple_fwd_pkt.h.
| uint16_t simple_fwd_pkt_info::pipe_queue |
Definition at line 88 of file simple_fwd_pkt.h.
| uint32_t simple_fwd_pkt_info::rss_hash |
Definition at line 89 of file simple_fwd_pkt.h.
| struct simple_fwd_pkt_tun_format simple_fwd_pkt_info::tun |
Definition at line 89 of file simple_fwd_pkt.h.
| enum doca_flow_tun_type simple_fwd_pkt_info::tun_type |
Definition at line 89 of file simple_fwd_pkt.h.