Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
rte_swx_pkt(3)			     DPDK			rte_swx_pkt(3)

NAME
       rte_swx_pkt

SYNOPSIS
       #include	<rte_swx_port.h>

   Data	Fields
       void * handle
       uint8_t * pkt
       uint32_t	offset
       uint32_t	length

Detailed Description
       Packet.

       Definition at line 17 of	file rte_swx_port.h.

Field Documentation
   void* handle
       Opaque packet handle.

       Definition at line 19 of	file rte_swx_port.h.

   uint8_t* pkt
       Buffer where the	packet is stored.

       Definition at line 22 of	file rte_swx_port.h.

   uint32_t offset
       Packet buffer offset of the first packet	byte.

       Definition at line 25 of	file rte_swx_port.h.

   uint32_t length
       Packet length in	bytes.

       Definition at line 28 of	file rte_swx_port.h.

Author
       Generated automatically by Doxygen for DPDK from	the source code.

Version	25.11.0			Thu Jun	11 2026			rte_swx_pkt(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=pkt&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help