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

#include </opt/mellanox/doca/applications/common/packet_parser.h>

Data Fields

uint8_t proto
 
size_t len
 
union {
   struct rte_udp_hdr *   udp_hdr
 
   struct rte_tcp_hdr *   tcp_hdr
 
}; 
 

Detailed Description

Definition at line 62 of file packet_parser.h.

Field Documentation

◆ 

union { ... }

◆ len

size_t transport_parser_ctx::len

Definition at line 64 of file packet_parser.h.

◆ proto

uint8_t transport_parser_ctx::proto

Definition at line 63 of file packet_parser.h.

◆ tcp_hdr

struct rte_tcp_hdr* transport_parser_ctx::tcp_hdr

Definition at line 67 of file packet_parser.h.

◆ udp_hdr

struct rte_udp_hdr* transport_parser_ctx::udp_hdr

Definition at line 66 of file packet_parser.h.


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