API Reference Manual 1.51.0
Loading...
Searching...
No Matches
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.
 
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.

◆ ipv4

odp_bool_t odp_reass_capability_t::ipv4

Reassembly offload for IPv4 packets.

Examples
odp_sysinfo.c.

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

◆ ipv6

odp_bool_t odp_reass_capability_t::ipv6

Reassembly offload for IPv6 packets.

Examples
odp_sysinfo.c.

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

◆ max_wait_time

uint64_t odp_reass_capability_t::max_wait_time

Maximum time in ns that a fragment can wait in the reassembly offload for the arrival of further fragments.

Examples
odp_sysinfo.c.

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

◆ max_num_frags

uint16_t odp_reass_capability_t::max_num_frags

Maximum number of fragments that can be reassembled.

Examples
odp_sysinfo.c.

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


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