Searched refs:bpffs_opts (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | token.c | 93 struct bpffs_opts { struct 115 static int materialize_bpffs_fd(int fs_fd, struct bpffs_opts *opts) in materialize_bpffs_fd() argument 285 static void child(int sock_fd, struct bpffs_opts *opts, child_callback_fn callback) in child() 429 static void parent(int child_pid, struct bpffs_opts *bpffs_opts, int sock_fd) in parent() argument 437 mnt_fd = materialize_bpffs_fd(fs_fd, bpffs_opts); in parent() 468 static void subtest_userns(struct bpffs_opts *bpffs_opts, in subtest_userns() argument 484 return child(sock_fds[1], bpffs_opts, child_cb); in subtest_userns() 488 return parent(child_pid, bpffs_opts, sock_fds[0]); in subtest_userns() 973 struct bpffs_opts opts = { in test_token() 981 struct bpffs_opts opts = { in test_token() [all …]
|