Searched refs:bpf_token_create (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | token.c | 382 token_fd = bpf_token_create(bpffs_fd, NULL); in child() 506 token_fd = bpf_token_create(mnt_fd, NULL); in userns_map_create() 577 token_fd = bpf_token_create(mnt_fd, NULL); in userns_btf_load() 653 token_fd = bpf_token_create(mnt_fd, NULL); in userns_prog_load()
|
| /linux-6.15/kernel/bpf/ |
| H A D | token.c | 111 int bpf_token_create(union bpf_attr *attr) in bpf_token_create() function
|
| H A D | syscall.c | 5792 return bpf_token_create(attr); in token_create()
|
| /linux-6.15/tools/lib/bpf/ |
| H A D | libbpf.map | 415 bpf_token_create;
|
| H A D | bpf.h | 704 LIBBPF_API int bpf_token_create(int bpffs_fd,
|
| H A D | bpf.c | 1318 int bpf_token_create(int bpffs_fd, struct bpf_token_create_opts *opts) in bpf_token_create() function
|
| H A D | libbpf.c | 4998 token_fd = bpf_token_create(bpffs_fd, 0); in bpf_object_prepare_token()
|
| /linux-6.15/include/linux/ |
| H A D | lsm_hook_defs.h | 438 LSM_HOOK(int, 0, bpf_token_create, struct bpf_token *token, union bpf_attr *attr,
|
| H A D | bpf.h | 2486 int bpf_token_create(union bpf_attr *attr);
|
| /linux-6.15/security/ |
| H A D | security.c | 5723 return call_int_hook(bpf_token_create, token, attr, path); in security_bpf_token_create()
|
| /linux-6.15/security/selinux/ |
| H A D | hooks.c | 7497 LSM_HOOK_INIT(bpf_token_create, selinux_bpf_token_create),
|