Searched refs:bpf_token_create (Results 1 – 11 of 11) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| A D | token.c | 381 token_fd = bpf_token_create(bpffs_fd, NULL); in child() 505 token_fd = bpf_token_create(mnt_fd, NULL); in userns_map_create() 576 token_fd = bpf_token_create(mnt_fd, NULL); in userns_btf_load() 652 token_fd = bpf_token_create(mnt_fd, NULL); in userns_prog_load()
|
| /linux/tools/lib/bpf/ |
| A D | libbpf.map | 415 bpf_token_create;
|
| A D | bpf.h | 700 LIBBPF_API int bpf_token_create(int bpffs_fd,
|
| A D | bpf.c | 1315 int bpf_token_create(int bpffs_fd, struct bpf_token_create_opts *opts) in bpf_token_create() function
|
| A D | libbpf.c | 4948 token_fd = bpf_token_create(bpffs_fd, 0); in bpf_object_prepare_token()
|
| /linux/kernel/bpf/ |
| A D | token.c | 112 int bpf_token_create(union bpf_attr *attr) in bpf_token_create() function
|
| A D | syscall.c | 5611 return bpf_token_create(attr); in token_create()
|
| /linux/include/linux/ |
| A D | lsm_hook_defs.h | 433 LSM_HOOK(int, 0, bpf_token_create, struct bpf_token *token, union bpf_attr *attr,
|
| A D | bpf.h | 2385 int bpf_token_create(union bpf_attr *attr);
|
| /linux/security/ |
| A D | security.c | 5688 return call_int_hook(bpf_token_create, token, attr, path); in security_bpf_token_create()
|
| /linux/security/selinux/ |
| A D | hooks.c | 7371 LSM_HOOK_INIT(bpf_token_create, selinux_bpf_token_create),
|
Completed in 79 milliseconds