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

  
 
  

home | help
rte_comp_xform(3)		      DPDK		       rte_comp_xform(3)

NAME
     rte_comp_xform

SYNOPSIS
     #include <rte_comp.h>

   Data Fields
     enum rte_comp_xform_type type
     struct rte_comp_compress_xform compress
     struct rte_comp_decompress_xform decompress

Detailed Description
     Compression transform structure.

     This is used to specify the compression transforms required. Each transform
     structure	can  hold  a single transform, the type field is used to specify
     which transform is contained within the union.

     Definition at line 362 of file rte_comp.h.

Field Documentation
   enum rte_comp_xform_type type
     xform type

     Definition at line 363 of file rte_comp.h.

   struct rte_comp_compress_xform compress
     xform for compress operation

     Definition at line 366 of file rte_comp.h.

   struct rte_comp_decompress_xform decompress
     decompress xform

     Definition at line 368 of file rte_comp.h.

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

Version 25.11.0 		 Thu Aug 27 2026	       rte_comp_xform(3)

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

home | help