Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dtc_redirect.c1158 int tunnel_pid = -1; in test_tc_redirect_peer_l3() local
1187 tunnel_pid = fork(); in test_tc_redirect_peer_l3()
1188 if (!ASSERT_GE(tunnel_pid, 0, "fork tun_relay_loop")) in test_tc_redirect_peer_l3()
1191 if (tunnel_pid == 0) in test_tc_redirect_peer_l3()
1250 if (tunnel_pid > 0) { in test_tc_redirect_peer_l3()
1251 kill(tunnel_pid, SIGTERM); in test_tc_redirect_peer_l3()
1252 waitpid(tunnel_pid, NULL, 0); in test_tc_redirect_peer_l3()