API Reference Manual
1.46.0
|
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... | |
Flags to control packet data checksum checking.
Definition at line 306 of file api/spec/packet_types.h.
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.
Definition at line 327 of file api/spec/packet_types.h.