Searched refs:test_async_destroy (Results 1 – 1 of 1) sorted by relevance
207 static void test_async_destroy(void *userdata) { in test_async_destroy() function227 …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()