NVIDIA DOCA SDK Data Center on a Chip Framework Documentation
simple_fwd_pkt_format Struct Reference

#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
 

Detailed Description

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.

Field Documentation

◆ l2

uint8_t* simple_fwd_pkt_format::l2

Definition at line 43 of file simple_fwd_pkt.h.

◆ l3

uint8_t* simple_fwd_pkt_format::l3

Definition at line 44 of file simple_fwd_pkt.h.

◆ l3_type

uint8_t simple_fwd_pkt_format::l3_type

Definition at line 47 of file simple_fwd_pkt.h.

◆ l4

uint8_t* simple_fwd_pkt_format::l4

Definition at line 45 of file simple_fwd_pkt.h.

◆ l4_type

uint8_t simple_fwd_pkt_format::l4_type

Definition at line 48 of file simple_fwd_pkt.h.

◆ l7

uint8_t* simple_fwd_pkt_format::l7

Definition at line 51 of file simple_fwd_pkt.h.


The documentation for this struct was generated from the following file: