Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtoken.c96 if ((token->allowed_attachs & mask) == mask) in bpf_token_show_fdinfo()
99 seq_printf(m, "allowed_attachs:\t0x%llx\n", token->allowed_attachs); in bpf_token_show_fdinfo()
189 token->allowed_attachs = mnt_opts->delegate_attachs; in bpf_token_create()
254 (token->allowed_attachs & BIT_ULL(attach_type)); in bpf_token_allow_prog_type()
/linux/include/linux/
H A Dbpf.h1737 u64 allowed_attachs; member