Searched refs:bpffs_opts (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | token.c | 94 struct bpffs_opts { struct 116 static int materialize_bpffs_fd(int fs_fd, struct bpffs_opts *opts) in materialize_bpffs_fd() argument 281 static void child(int sock_fd, struct bpffs_opts *opts, child_callback_fn callback) in child() 432 static void parent(int child_pid, struct bpffs_opts *bpffs_opts, int sock_fd) in parent() argument 441 err = materialize_bpffs_fd(fs_fd, bpffs_opts); in parent() 470 static void subtest_userns(struct bpffs_opts *bpffs_opts, in subtest_userns() argument 486 return child(sock_fds[1], bpffs_opts, child_cb); in subtest_userns() 490 return parent(child_pid, bpffs_opts, sock_fds[0]); in subtest_userns() 1088 struct bpffs_opts opts = { in test_token() 1096 struct bpffs_opts opts = { in test_token() [all …]
|