suricata
|
Go to the source code of this file.
Functions | |
int | ReCalculateChecksum (Packet *p) |
int | ChecksumAutoModeCheck (uint64_t thread_count, uint64_t iface_count, uint64_t iface_fail) |
Check if the number of invalid checksums indicate checksum offloading in place. More... | |
Util functions for checksum.
Definition in file util-checksum.c.
int ChecksumAutoModeCheck | ( | uint64_t | thread_count, |
uint64_t | iface_count, | ||
uint64_t | iface_fail | ||
) |
Check if the number of invalid checksums indicate checksum offloading in place.
1 | yes, offloading in place |
0 | no, no offloading used |
Definition at line 69 of file util-checksum.c.
References CHECKSUM_INVALID_RATIO, CHECKSUM_SAMPLE_COUNT, and SCLogInfo.
int ReCalculateChecksum | ( | Packet * | p | ) |
Definition at line 29 of file util-checksum.c.
Referenced by DetectReplaceExecuteInternal().