Home
last modified time | relevance | path

Searched refs:ipv6_head (Results 1 – 4 of 4) sorted by relevance

/dports/security/suricata/suricata-6.0.4/src/
H A Ddetect-engine-address.c186 gh->ipv6_head = newhead; in SetHeadPtr()
213 head = gh->ipv6_head; in GetHeadPtr()
1070 if (gh->ipv6_head == NULL && ghn->ipv6_head != NULL) { in DetectAddressMergeNot()
1830 g = gh->ipv6_head; in DetectAddressLookupInHead()
1912 ad = gh->ipv6_head; in UTHValidateDetectAddressHead()
3558 gh->ipv6_head != NULL && gh->ipv6_head->next == prev_head) { in AddressTestAddressGroupSetup16()
3580 gh->ipv6_head != NULL && gh->ipv6_head->next == prev_head) { in AddressTestAddressGroupSetup17()
3585 gh->ipv6_head != NULL && gh->ipv6_head->next == ph) { in AddressTestAddressGroupSetup17()
3608 gh->ipv6_head != NULL && gh->ipv6_head->next != prev_head) { in AddressTestAddressGroupSetup18()
3613 gh->ipv6_head != NULL && gh->ipv6_head->next != ph) { in AddressTestAddressGroupSetup18()
[all …]
H A Ddetect-parse.c1563 da = s->init_data->src->ipv6_head; in SigBuildAddressMatchArray()
1573 for (da = s->init_data->src->ipv6_head; da != NULL; da = da->next) { in SigBuildAddressMatchArray()
1590 da = s->init_data->dst->ipv6_head; in SigBuildAddressMatchArray()
1600 for (da = s->init_data->dst->ipv6_head; da != NULL; da = da->next) { in SigBuildAddressMatchArray()
2047 src = s->init_data->src->ipv6_head; in SigHasSameSourceAndDestination()
2048 dst = s->init_data->dst->ipv6_head; in SigHasSameSourceAndDestination()
H A Ddetect-threshold.c299 new_de->addrs.ipv6_head = NULL; in DetectThresholdDataCopy()
313 for (DetectAddress *last = NULL, *tmp_ad = de->addrs.ipv6_head; tmp_ad; tmp_ad = tmp_ad->next) { in DetectThresholdDataCopy()
318 new_de->addrs.ipv6_head = n_addr; in DetectThresholdDataCopy()
H A Ddetect.h156 DetectAddress *ipv6_head; member