Searched refs:bpf_token_cmd (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | lsm_hook_defs.h | 443 LSM_HOOK(int, 0, bpf_token_cmd, const struct bpf_token *token, enum bpf_cmd cmd)
|
| /linux/security/selinux/ |
| H A D | hooks.c | 7189 #define bpf_token_cmd(T, C) \ macro 7210 if (bpf_token_cmd(token, BPF_MAP_CREATE)) { in selinux_bpf_token_create() 7217 if (bpf_token_cmd(token, BPF_PROG_LOAD)) { in selinux_bpf_token_create() 7706 LSM_HOOK_INIT(bpf_token_cmd, selinux_bpf_token_cmd),
|
| /linux/security/ |
| H A D | security.c | 5302 return call_int_hook(bpf_token_cmd, token, cmd); in security_bpf_token_cmd()
|