DPDK  21.02.0
Data Fields
rte_swx_pkt Struct Reference

#include <rte_swx_port.h>

Data Fields

void * handle
 
uint8_t * pkt
 
uint32_t offset
 
uint32_t length
 

Detailed Description

Packet.

Definition at line 21 of file rte_swx_port.h.

Field Documentation

void* handle

Opaque packet handle.

Definition at line 23 of file rte_swx_port.h.

uint8_t* pkt

Buffer where the packet is stored.

Definition at line 26 of file rte_swx_port.h.

uint32_t offset

Packet buffer offset of the first packet byte.

Definition at line 29 of file rte_swx_port.h.

uint32_t length

Packet length in bytes.

Definition at line 32 of file rte_swx_port.h.


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