Searched refs:dns_transactions (Results 1 - 5 of 5) sorted by relevance
/systemd/src/resolve/ |
H A D | resolved-manager.h | 60 Hashmap *dns_transactions; member in struct:Manager
|
H A D | resolved-dns-transaction.c | 96 hashmap_remove(t->scope->manager->dns_transactions, UINT_TO_PTR(t->id)); 151 hashmap_get(m->dns_transactions, UINT_TO_PTR(new_id))); 174 if (hashmap_size(s->manager->dns_transactions) >= TRANSACTIONS_MAX) 177 r = hashmap_ensure_allocated(&s->manager->dns_transactions, NULL); 198 r = hashmap_put(s->manager->dns_transactions, UINT_TO_PTR(t->id), t); 206 hashmap_remove(s->manager->dns_transactions, UINT_TO_PTR(t->id)); 230 assert_se(hashmap_remove_and_put(t->scope->manager->dns_transactions, UINT_TO_PTR(t->id), UINT_TO_PTR(new_id), t) >= 0);
|
H A D | resolved-llmnr.c | 109 t = hashmap_get(m->dns_transactions, UINT_TO_PTR(DNS_PACKET_ID(p)));
|
H A D | resolved-manager.c | 573 hashmap_free(m->dns_transactions);
|
H A D | resolved-bus.c | 1255 (uint64_t) hashmap_size(m->dns_transactions),
|
Completed in 26 milliseconds