Searched refs:test_async_object_destroy (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-netlink/ |
D | test-netlink.c | 315 static void test_async_object_destroy(void *userdata) { in test_async_object_destroy() function 344 …assert_se(sd_netlink_call_async(rtnl, NULL, m, link_handler2, test_async_object_destroy, t, 0, NUL… in test_async_destroy_callback() 358 …assert_se(sd_netlink_call_async(rtnl, &slot, m, link_handler2, test_async_object_destroy, t, 0, NU… in test_async_destroy_callback() 371 …assert_se(sd_netlink_call_async(rtnl, NULL, m, link_handler2, test_async_object_destroy, t, 0, NUL… in test_async_destroy_callback()
|