Searched refs:allowed_attachs (Results 1 – 4 of 4) sorted by relevance
97 if ((token->allowed_attachs & mask) == mask) in bpf_token_show_fdinfo()100 seq_printf(m, "allowed_attachs:\t0x%llx\n", token->allowed_attachs); in bpf_token_show_fdinfo()186 token->allowed_attachs = mnt_opts->delegate_attachs; in bpf_token_create()211 info.allowed_attachs = token->allowed_attachs; in bpf_token_get_info_by_fd()261 (token->allowed_attachs & BIT_ULL(attach_type)); in bpf_token_allow_prog_type()
6862 __u64 allowed_attachs;6829 __u64 allowed_attachs; global() member
1924 u64 allowed_attachs; member