API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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 434 of file api/spec/packet_types.h.

Field Documentation

◆ flag

odp_packet_parse_result_flag_t odp_packet_parse_result_t::flag

Parse result flags.

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

◆ packet_len

uint32_t odp_packet_parse_result_t::packet_len

See odp_packet_len()

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

◆ l2_offset

uint32_t odp_packet_parse_result_t::l2_offset

See odp_packet_l2_offset()

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

◆ l3_offset

uint32_t odp_packet_parse_result_t::l3_offset

See odp_packet_l3_offset()

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

◆ l4_offset

uint32_t odp_packet_parse_result_t::l4_offset

See odp_packet_l4_offset()

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

◆ l3_chksum_status

odp_packet_chksum_status_t odp_packet_parse_result_t::l3_chksum_status

◆ l4_chksum_status

odp_packet_chksum_status_t odp_packet_parse_result_t::l4_chksum_status

◆ l2_type

odp_proto_l2_type_t odp_packet_parse_result_t::l2_type

See odp_packet_l2_type()

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

◆ l3_type

odp_proto_l3_type_t odp_packet_parse_result_t::l3_type

See odp_packet_l3_type()

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

◆ l4_type

odp_proto_l4_type_t odp_packet_parse_result_t::l4_type

See odp_packet_l4_type()

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


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