Searched refs:pipe_handler (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/libsystemd/sd-netlink/ |
D | test-netlink.c | 381 static int pipe_handler(sd_netlink *rtnl, sd_netlink_message *m, void *userdata) { in pipe_handler() function 409 … assert_se(sd_netlink_call_async(rtnl, NULL, m1, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe() 412 … assert_se(sd_netlink_call_async(rtnl, NULL, m2, pipe_handler, NULL, &counter, 0, NULL) >= 0); in test_pipe()
|