Home
last modified time | relevance | path

Searched refs:allowed_attachs (Results 1 – 5 of 5) 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()
227 info.allowed_attachs = token->allowed_attachs; in bpf_token_get_info_by_fd()
277 (token->allowed_attachs & BIT_ULL(attach_type)); in bpf_token_allow_prog_type()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-token.rst63 allowed_attachs:
/linux/include/uapi/linux/
H A Dbpf.h6829 __u64 allowed_attachs; member
/linux/tools/include/uapi/linux/
H A Dbpf.h6829 __u64 allowed_attachs; member
/linux/include/linux/
H A Dbpf.h1858 u64 allowed_attachs; member