Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-state-file.c651 Set *nta_anchors = link->dnssec_negative_trust_anchors; in link_save() local
652 if (set_isempty(nta_anchors)) in link_save()
653 nta_anchors = link->network->dnssec_negative_trust_anchors; in link_save()
655 if (!set_isempty(nta_anchors)) { in link_save()
660 SET_FOREACH(n, nta_anchors) in link_save()