Searched refs:tunnel_pid (Results 1 - 1 of 1) sorted by relevance

/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtc_redirect.c1146 int tunnel_pid = -1; local
1175 tunnel_pid = fork();
1176 if (!ASSERT_GE(tunnel_pid, 0, "fork tun_relay_loop"))
1179 if (tunnel_pid == 0)
1238 if (tunnel_pid > 0) {
1239 kill(tunnel_pid, SIGTERM);
1240 waitpid(tunnel_pid, NULL, 0);

Completed in 119 milliseconds