API Reference Manual  1.45.0
odp_proto_chksums_t Union Reference

Flags to control packet data checksum checking. More...

#include <packet_types.h>

Data Fields

struct {
   uint32_t   ipv4: 1
 IPv4 header checksum.
 
   uint32_t   udp: 1
 UDP checksum.
 
   uint32_t   tcp: 1
 TCP checksum.
 
   uint32_t   sctp: 1
 SCTP checksum.
 
chksum
 Individual checksum bits.
 
uint32_t all_chksum
 All checksum bits. More...
 

Detailed Description

Flags to control packet data checksum checking.

Definition at line 305 of file api/spec/packet_types.h.

Field Documentation

◆ all_chksum

uint32_t odp_proto_chksums_t::all_chksum

All checksum bits.

This field can be used to set/clear all flags, or to perform bitwise operations over those.

Examples
odp_cpu_bench.c, and odp_ipsec.c.

Definition at line 326 of file api/spec/packet_types.h.


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