Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtoken.c75 if ((token->allowed_cmds & mask) == mask) in bpf_token_show_fdinfo()
78 seq_printf(m, "allowed_cmds:\t0x%llx\n", token->allowed_cmds); in bpf_token_show_fdinfo()
186 token->allowed_cmds = mnt_opts->delegate_cmds; in bpf_token_create()
233 if (!(token->allowed_cmds & BIT_ULL(cmd))) in bpf_token_allow_cmd()
/linux/include/linux/
H A Dbpf.h1734 u64 allowed_cmds; member