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.c316 pid_t client_pid; in FIXTURE() local
363 kill(self->client_pid, SIGKILL); in FIXTURE_TEARDOWN()
364 waitpid(self->client_pid, NULL, 0); in FIXTURE_TEARDOWN()
508 self->client_pid = fork(); in TEST_F()
509 ASSERT_NE(-1, self->client_pid); in TEST_F()
510 if (self->client_pid == 0) { in TEST_F()
543 waitpid(self->client_pid, &child_status, 0); in TEST_F()
550 err = cmsg_check_dead(pfd, self->client_pid); in TEST_F()
/linux/tools/testing/selftests/net/
H A Dtoeplitz.sh
/linux/tools/testing/selftests/net/mptcp/
H A Duserspace_pm.sh222 local client_pid=$!
261 client6_pid=$client_pid
267 client4_pid=$client_pid