Home
last modified time | relevance | path

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

/systemd-251/src/network/
Dnetworkd-wiphy.c16 hashmap_remove_value(w->manager->wiphy_by_index, UINT32_TO_PTR(w->index), w); in wiphy_free()
39 r = hashmap_ensure_put(&manager->wiphy_by_index, NULL, UINT32_TO_PTR(w->index), w); in wiphy_new()
57 w = hashmap_get(manager->wiphy_by_index, UINT32_TO_PTR(index)); in wiphy_get_by_index()
Dnetworkd-manager.h88 Hashmap *wiphy_by_index; member
Dnetworkd-manager.c560 m->wiphy_by_index = hashmap_free_with_destructor(m->wiphy_by_index, wiphy_free); in manager_free()