Searched refs:dnssec_negative_trust_anchors (Results 1 – 11 of 11) sorted by relevance
74 l->dnssec_negative_trust_anchors = set_free_free(l->dnssec_negative_trust_anchors); in link_flush_settings()468 l->dnssec_negative_trust_anchors = set_free_free(l->dnssec_negative_trust_anchors); in link_update_dnssec_negative_trust_anchors()484 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in link_update_dnssec_negative_trust_anchors()1160 if (!set_isempty(l->dnssec_negative_trust_anchors)) in link_needs_save()1243 if (!set_isempty(l->dnssec_negative_trust_anchors)) { in link_save_user()1248 SET_FOREACH(nta, l->dnssec_negative_trust_anchors) { in link_save_user()1385 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in link_load_user()1410 if (set_contains(l->dnssec_negative_trust_anchors, name)) in link_negative_trust_anchor_lookup()
233 SET_FOREACH(name, l->dnssec_negative_trust_anchors) { in property_get_ntas()752 if (!set_equal(ns, l->dnssec_negative_trust_anchors)) { in bus_link_method_set_dnssec_negative_trust_anchors()753 set_free_free(l->dnssec_negative_trust_anchors); in bus_link_method_set_dnssec_negative_trust_anchors()754 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in bus_link_method_set_dnssec_negative_trust_anchors()
63 Set *dnssec_negative_trust_anchors; member
190 Set *dnssec_negative_trust_anchors; member
651 Set *nta_anchors = link->dnssec_negative_trust_anchors; in link_save()653 nta_anchors = link->network->dnssec_negative_trust_anchors; in link_save()
352 Set *dnssec_negative_trust_anchors; member
525 set_free_free(l->dnssec_negative_trust_anchors); in bus_link_method_set_dnssec_negative_trust_anchors()526 l->dnssec_negative_trust_anchors = TAKE_PTR(ns); in bus_link_method_set_dnssec_negative_trust_anchors()
1027 …SET_FOREACH(nta, link->dnssec_negative_trust_anchors ?: link->network->dnssec_negative_trust_ancho… in ntas_build_json()1034 …link->dnssec_negative_trust_anchors ? NETWORK_CONFIG_SOURCE_RUNTIME : NETWORK_CONFIG_SOURCE_STATIC, in ntas_build_json()
179 link->dnssec_negative_trust_anchors = set_free_free(link->dnssec_negative_trust_anchors); in link_dns_settings_clear()
745 set_free_free(network->dnssec_negative_trust_anchors); in network_free()
122 …hors, 0, offsetof(Network, dnssec_negative_trust_anchors)