|
API Reference Manual
1.50.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.