Home
last modified time | relevance | path

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

/systemd-251/src/network/wait-online/
Dlink.h29 Link *link_free(Link *l);
33 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_free);
Dmanager.c236 link_free(l); in manager_process_link()
407 hashmap_free_with_destructor(m->links_by_index, link_free); in manager_free()
Dlink.c50 Link *link_free(Link *l) { in link_free() function
/systemd-251/src/udev/net/
Dlink-config.h97 Link *link_free(Link *link);
98 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_free);
Dlink-config.c359 Link *link_free(Link *link) { in link_free() function
/systemd-251/src/resolve/
Dresolved-link.h86 Link *link_free(Link *l);
119 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_free);
Dresolved-manager.c95 link_free(l); in manager_process_link()
679 link_free(l); in manager_free()
Dresolved-link.c77 Link *link_free(Link *l) { in link_free() function
/systemd-251/src/network/generator/
Dnetwork-generator.c264 static Link *link_free(Link *link) { in link_free() function
275 DEFINE_TRIVIAL_CLEANUP_FUNC(Link*, link_free);
1080 hashmap_free_with_destructor(context->links_by_filename, link_free); in context_clear()
/systemd-251/src/network/
Dnetworkd-link.c203 static Link *link_free(Link *link) { in link_free() function
246 DEFINE_TRIVIAL_REF_UNREF_FUNC(Link, link, link_free);