API Reference Manual  1.45.0
odp_packet_parse_result_t Struct Reference

Packet parse results. More...

#include <packet_types.h>

Collaboration diagram for odp_packet_parse_result_t:
[legend]

Data Fields

odp_packet_parse_result_flag_t flag
 Parse result flags.
 
uint32_t packet_len
 See odp_packet_len()
 
uint32_t l2_offset
 See odp_packet_l2_offset()
 
uint32_t l3_offset
 See odp_packet_l3_offset()
 
uint32_t l4_offset
 See odp_packet_l4_offset()
 
odp_packet_chksum_status_t l3_chksum_status
 See odp_packet_l3_chksum_status()
 
odp_packet_chksum_status_t l4_chksum_status
 See odp_packet_l4_chksum_status()
 
odp_proto_l2_type_t l2_type
 See odp_packet_l2_type()
 
odp_proto_l3_type_t l3_type
 See odp_packet_l3_type()
 
odp_proto_l4_type_t l4_type
 See odp_packet_l4_type()
 

Detailed Description

Packet parse results.

Definition at line 354 of file api/spec/packet_types.h.


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