Home
last modified time | relevance | path

Searched refs:delegate_attachs (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/kernel/bpf/
Dtoken.c158 mnt_opts->delegate_attachs == 0) in bpf_token_create()
190 token->allowed_attachs = mnt_opts->delegate_attachs; in bpf_token_create()
Dinode.c748 opts->delegate_progs || opts->delegate_attachs) { in bpf_show_options()
772 opts->delegate_attachs, mask); in bpf_show_options()
906 delegate_msk = &opts->delegate_attachs; in bpf_parse_param()
1072 opts->delegate_attachs = 0; in bpf_init_fs_context()
/linux-6.12.1/include/linux/
Dbpf.h1680 u64 delegate_attachs; member