Home
last modified time | relevance | path

Searched refs:level3_comp_csum (Results 1 – 3 of 3) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-csum.c240 if (p->level3_comp_csum == -1) in DetectIPV4CsumMatch()
241 p->level3_comp_csum = IPV4Checksum((uint16_t *)p->ip4h, in DetectIPV4CsumMatch()
245 if (p->level3_comp_csum == 0 && cd->valid == 1) in DetectIPV4CsumMatch()
247 else if (p->level3_comp_csum != 0 && cd->valid == 0) in DetectIPV4CsumMatch()
H A Ddecode-ipv4.h153 (p)->level3_comp_csum = -1; \
H A Ddecode.h504 int32_t level3_comp_csum; member
732 (p)->level3_comp_csum = -1; \