Home
last modified time | relevance | path

Searched refs:bpf_token_cmd (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Dlsm_hook_defs.h443 LSM_HOOK(int, 0, bpf_token_cmd, const struct bpf_token *token, enum bpf_cmd cmd)
/linux/security/selinux/
H A Dhooks.c7189 #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 Dsecurity.c5302 return call_int_hook(bpf_token_cmd, token, cmd); in security_bpf_token_cmd()