Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtoken.c157 mnt_opts->delegate_attachs == 0) in bpf_token_create()
189 token->allowed_attachs = mnt_opts->delegate_attachs; in bpf_token_create()
H A 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/tools/bpf/bpftool/Documentation/
H A Dbpftool-token.rst52 | **-o delegate_attachs=xdp**
/linux/include/linux/
H A Dbpf.h1848 u64 delegate_attachs; member