Searched refs:bpf_token_create (Results 1 – 11 of 11) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | token.c | 384 token_fd = bpf_token_create(bpffs_fd, NULL); in child() 507 token_fd = bpf_token_create(mnt_fd, NULL); in userns_map_create() 578 token_fd = bpf_token_create(mnt_fd, NULL); in userns_btf_load() 654 token_fd = bpf_token_create(mnt_fd, NULL); in userns_prog_load() 1057 token_fd = bpf_token_create(mnt_fd, NULL); in userns_bpf_token_info()
|
/linux/tools/lib/bpf/ |
H A D | libbpf.map | 415 bpf_token_create;
|
H A D | bpf.h | 709 LIBBPF_API int bpf_token_create(int bpffs_fd,
|
H A D | bpf.c | 1362 int bpf_token_create(int bpffs_fd, struct bpf_token_create_opts *opts) in bpf_token_create() function
|
H A D | libbpf.c | 5004 token_fd = bpf_token_create(bpffs_fd, 0); in bpf_object_prepare_token()
|
/linux/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 | 5965 return bpf_token_create(attr); in token_create()
|
/linux/include/linux/ |
H A D | lsm_hook_defs.h | 440 LSM_HOOK(int, 0, bpf_token_create, struct bpf_token *token, union bpf_attr *attr,
|
H A D | bpf.h | 2573 int bpf_token_create(union bpf_attr *attr);
|
/linux/security/ |
H A D | security.c | 5753 return call_int_hook(bpf_token_create, token, attr, path); in security_bpf_token_create()
|
/linux/security/selinux/ |
H A D | hooks.c | 7601 LSM_HOOK_INIT(bpf_token_create, selinux_bpf_token_create),
|