Home
last modified time | relevance | path

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

/systemd-251/src/resolve/
Dresolved-manager.h60 Hashmap *dns_transactions; member
Dresolved-dns-transaction.c126 hashmap_remove(t->scope->manager->dns_transactions, UINT_TO_PTR(t->id)); in dns_transaction_free()
195 hashmap_get(m->dns_transactions, UINT_TO_PTR(new_id))); in pick_new_id()
257 if (hashmap_size(s->manager->dns_transactions) >= TRANSACTIONS_MAX) in dns_transaction_new()
260 r = hashmap_ensure_allocated(&s->manager->dns_transactions, NULL); in dns_transaction_new()
288 r = hashmap_put(s->manager->dns_transactions, UINT_TO_PTR(t->id), t); in dns_transaction_new()
326 …assert_se(hashmap_remove_and_put(t->scope->manager->dns_transactions, UINT_TO_PTR(t->id), UINT_TO_… in dns_transaction_shuffle_id()
652 t = hashmap_get(s->manager->dns_transactions, UINT_TO_PTR(DNS_PACKET_ID(p))); in on_stream_packet()
Dresolved-llmnr.c101 t = hashmap_get(m->dns_transactions, UINT_TO_PTR(DNS_PACKET_ID(p))); in on_llmnr_packet()
Dresolved-manager.c698 hashmap_free(m->dns_transactions); in manager_free()
1264 t = hashmap_get(m->dns_transactions, UINT_TO_PTR(DNS_PACKET_ID(p))); in manager_packet_from_our_transaction()
Dresolved-bus.c1641 (uint64_t) hashmap_size(m->dns_transactions), in bus_property_get_transaction_statistics()