API Reference Manual  1.45.0
odp_comp_packet_result_t Struct Reference

Compression packet operation result. More...

#include <comp.h>

Collaboration diagram for odp_comp_packet_result_t:
[legend]

Data Fields

odp_comp_status_t status
 Operation status code.
 
odp_packet_t pkt_in
 Input packet handle.
 
odp_packet_data_range_t output_data_range
 Output packet data range Specifies offset and length of data resulting from compression operation. More...
 

Detailed Description

Compression packet operation result.

Definition at line 336 of file api/spec/comp.h.

Field Documentation

◆ output_data_range

odp_packet_data_range_t odp_comp_packet_result_t::output_data_range

Output packet data range Specifies offset and length of data resulting from compression operation.

When hashing is configured output_data_range.len equals length of output data + length of digest.

Definition at line 348 of file api/spec/comp.h.


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