Home
last modified time | relevance | path

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

/systemd-251/src/libsystemd/sd-netlink/
Dtest-netlink.c207 static void test_async_destroy(void *userdata) { in test_async_destroy() function
227 …assert_se(sd_netlink_call_async(rtnl, &slot, m, link_handler, test_async_destroy, ifname, 0, "hoge… in test_async()
232 assert_se(destroy_callback == test_async_destroy); in test_async()
267 assert_se(sd_netlink_slot_set_destroy_callback(slot, test_async_destroy) >= 0); in test_slot_set()
269 assert_se(destroy_callback == test_async_destroy); in test_slot_set()