Lines Matching refs:child_data
232 struct thread_data child_data;
234 child_data.parent_pid = getppid();
236 child_data.pipe_child = pipe_child[1];
238 child_data.pipe_parent = pipe_parent[0];
239 child_data.ruleset_fd =
241 ASSERT_LE(0, child_data.ruleset_fd);
247 &child_data));
255 child_data.parent_pid, &denial_dom));
455 struct thread_data child_data = {};
461 child_data.parent_pid = getppid();
463 child_data.pipe_child = pipe_child[1];
465 child_data.pipe_parent = pipe_parent[0];
466 child_data.ruleset_fd =
468 ASSERT_LE(0, child_data.ruleset_fd);
474 &child_data));
485 child_data.parent_pid, NULL));
508 child_data.parent_pid, NULL));
538 struct thread_data child_data = {};
544 child_data.parent_pid = getppid();
546 child_data.pipe_child = pipe_child[1];
548 child_data.pipe_parent = pipe_parent[0];
549 child_data.ruleset_fd =
551 ASSERT_LE(0, child_data.ruleset_fd);
555 child_data.mute_subdomains = true;
559 &child_data));
569 child_data.parent_pid, NULL));
579 ASSERT_EQ(0, landlock_restrict_self(child_data.ruleset_fd,
592 child_data.parent_pid, NULL));