| NVIDIA DOCA SDK | Data Center on a Chip Framework Documentation |
#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 | |
| }; | |
Definition at line 62 of file packet_parser.h.
| union { ... } |
| size_t transport_parser_ctx::len |
Definition at line 64 of file packet_parser.h.
| uint8_t transport_parser_ctx::proto |
Definition at line 63 of file packet_parser.h.
| struct rte_tcp_hdr* transport_parser_ctx::tcp_hdr |
Definition at line 67 of file packet_parser.h.
| struct rte_udp_hdr* transport_parser_ctx::udp_hdr |
Definition at line 66 of file packet_parser.h.