Searched refs:tunnel_pid (Results 1 – 1 of 1) sorted by relevance
997 int tunnel_pid = -1; in test_tc_redirect_peer_l3() local1026 tunnel_pid = fork(); in test_tc_redirect_peer_l3()1027 if (!ASSERT_GE(tunnel_pid, 0, "fork tun_relay_loop")) in test_tc_redirect_peer_l3()1030 if (tunnel_pid == 0) in test_tc_redirect_peer_l3()1099 if (tunnel_pid > 0) { in test_tc_redirect_peer_l3()1100 kill(tunnel_pid, SIGTERM); in test_tc_redirect_peer_l3()1101 waitpid(tunnel_pid, NULL, 0); in test_tc_redirect_peer_l3()