Home
last modified time | relevance | path

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

/linux/security/selinux/
H A Dhooks.c7297 #define bpf_token_cmd(T, C) \ macro
7318 if (bpf_token_cmd(token, BPF_MAP_CREATE)) { in selinux_bpf_token_create()
7325 if (bpf_token_cmd(token, BPF_PROG_LOAD)) { in selinux_bpf_token_create()
7817 LSM_HOOK_INIT(bpf_token_cmd, selinux_bpf_token_cmd),
/linux/security/
H A Dsecurity.c5425 return call_int_hook(bpf_token_cmd, token, cmd); in security_bpf_token_cmd()