API Reference Manual  1.45.1
odp_reass_capability_t Struct Reference

Reassembly capabilities. More...

#include <reassembly.h>

Data Fields

odp_bool_t ip
 Reassembly offload for both IPv4 and IPv6 packets. More...
 
odp_bool_t ipv4
 Reassembly offload for IPv4 packets.
 
odp_bool_t ipv6
 Reassembly offload for IPv6 packets.
 
uint64_t max_wait_time
 Maximum time in ns that a fragment can wait in the reassembly offload for the arrival of further fragments.
 
uint16_t max_num_frags
 Maximum number of fragments that can be reassembled.
 

Detailed Description

Reassembly capabilities.

Definition at line 30 of file spec/reassembly.h.

Field Documentation

◆ ip

odp_bool_t odp_reass_capability_t::ip

Reassembly offload for both IPv4 and IPv6 packets.

This capability does not allow enabling reassembly for only IPv4 or only IPv6.

Examples
odp_sysinfo.c.

Definition at line 34 of file spec/reassembly.h.


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