Searched refs:link_handler2 (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-netlink/ |
D | test-netlink.c | 299 static int link_handler2(sd_netlink *rtnl, sd_netlink_message *m, void *userdata) { in link_handler2() 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()
|