11 #ifndef ODP_API_SPEC_REASSEMBLY_H_
12 #define ODP_API_SPEC_REASSEMBLY_H_
13 #include <odp/visibility_begin.h>
129 #include <odp/visibility_end.h>
Standard C language types and definitions for ODP.
struct odp_reass_config_t odp_reass_config_t
Fragment reassembly configuration.
struct odp_reass_capability_t odp_reass_capability_t
Reassembly capabilities.
bool odp_bool_t
Boolean type.
uint16_t max_num_frags
Maximum number of fragments that can be reassembled.
odp_bool_t ipv4
Reassembly offload for IPv4 packets.
odp_bool_t ipv6
Reassembly offload for IPv6 packets.
odp_bool_t ip
Reassembly offload for both IPv4 and 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 frag...
Fragment reassembly configuration.
odp_bool_t en_ipv6
Attempt inline reassembly of IPv6 packets.
uint64_t max_wait_time
Maximum time in ns that a fragment may wait in the reassembly offload for the arrival of further frag...
uint16_t max_num_frags
Maximum number of fragments that can be reassembled.
odp_bool_t en_ipv4
Attempt inline reassembly of IPv4 packets.