|
API Reference Manual 1.51.0
|
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) | |
Set of packet types that involve packet references.
Used in various capabilities.
Definition at line 254 of file api/spec/packet_types.h.
| uint8_t odp_packet_ref_types_t::static_ref |
Static reference.
Definition at line 256 of file api/spec/packet_types.h.
| uint8_t odp_packet_ref_types_t::referencing_pkt |
Referencing packet, created using odp_packet_ref()
Definition at line 259 of file api/spec/packet_types.h.
| uint8_t odp_packet_ref_types_t::referenced_pkt |
A packet referenced by another packet (excluding static references)
Definition at line 262 of file api/spec/packet_types.h.