Searched refs:bpf_token_create (Results 1 - 10 of 10) sorted by relevance

/linux-master/kernel/bpf/
H A Dtoken.c112 int bpf_token_create(union bpf_attr *attr) function
H A Dsyscall.c5618 return bpf_token_create(attr);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c381 token_fd = bpf_token_create(bpffs_fd, NULL);
505 token_fd = bpf_token_create(mnt_fd, NULL);
576 token_fd = bpf_token_create(mnt_fd, NULL);
652 token_fd = bpf_token_create(mnt_fd, NULL);
/linux-master/tools/lib/bpf/
H A Dbpf.h678 * @brief **bpf_token_create()** creates a new instance of BPF token derived
691 LIBBPF_API int bpf_token_create(int bpffs_fd,
H A Dbpf.c1302 int bpf_token_create(int bpffs_fd, struct bpf_token_create_opts *opts) function
H A Dlibbpf.c4863 token_fd = bpf_token_create(bpffs_fd, 0);
/linux-master/include/linux/
H A Dlsm_hook_defs.h431 LSM_HOOK(int, 0, bpf_token_create, struct bpf_token *token, union bpf_attr *attr,
H A Dbpf.h2343 int bpf_token_create(union bpf_attr *attr);
/linux-master/security/
H A Dsecurity.c5486 return call_int_hook(bpf_token_create, token, attr, path);
/linux-master/security/selinux/
H A Dhooks.c7416 LSM_HOOK_INIT(bpf_token_create, selinux_bpf_token_create),

Completed in 383 milliseconds