Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c220 pid_t client_pid; in FIXTURE() local
267 kill(self->client_pid, SIGKILL); in FIXTURE_TEARDOWN()
268 waitpid(self->client_pid, NULL, 0); in FIXTURE_TEARDOWN()
395 self->client_pid = fork(); in TEST_F()
396 ASSERT_NE(-1, self->client_pid); in TEST_F()
397 if (self->client_pid == 0) { in TEST_F()
425 waitpid(self->client_pid, &child_status, 0); in TEST_F()
/linux/tools/testing/selftests/net/
H A Dtoeplitz.sh191 client_pid=$!
195 kill -9 "${client_pid}"
/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh190 local client_pid=$!
224 client6_pid=$client_pid
230 client4_pid=$client_pid