API Reference Manual 1.51.0
Loading...
Searching...
No Matches
odp_packet_ref_types_t Struct Reference

Set of packet types that involve packet references. More...

#include <packet_types.h>

Data Fields

uint8_t static_ref:1
 Static reference.
 
uint8_t referencing_pkt:1
 Referencing packet, created using odp_packet_ref()
 
uint8_t referenced_pkt:1
 A packet referenced by another packet (excluding static references)
 

Detailed Description

Set of packet types that involve packet references.

Used in various capabilities.

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

Field Documentation

◆ static_ref

uint8_t odp_packet_ref_types_t::static_ref

Static reference.

Examples
odp_packet_gen.c, and odp_sysinfo.c.

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

◆ referencing_pkt

uint8_t odp_packet_ref_types_t::referencing_pkt

Referencing packet, created using odp_packet_ref()

Examples
odp_sysinfo.c.

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

◆ referenced_pkt

uint8_t odp_packet_ref_types_t::referenced_pkt

A packet referenced by another packet (excluding static references)

Examples
odp_sysinfo.c.

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


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