Home
last modified time | relevance | path

Searched refs:btf_flags (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtoken.c610 btf_opts.btf_flags = 0; in userns_btf_load()
617 btf_opts.btf_flags = BPF_F_TOKEN_FD; in userns_btf_load()
629 btf_opts.btf_flags = BPF_F_TOKEN_FD; in userns_btf_load()
/linux/tools/lib/bpf/
H A Dlibbpf_probes.c227 .btf_flags = token_fd ? BPF_F_TOKEN_FD : 0, in libbpf__load_raw_btf()
H A Dbtf.c1746 opts.btf_flags |= BPF_F_TOKEN_FD; in btf_load_into_kernel()
/linux/tools/include/uapi/linux/
H A Dbpf.h1787 __u32 btf_flags; member
/linux/include/uapi/linux/
H A Dbpf.h1787 __u32 btf_flags; member
/linux/kernel/bpf/
H A Dsyscall.c5571 if (attr->btf_flags & ~BPF_F_TOKEN_FD) in bpf_btf_load()
5574 if (attr->btf_flags & BPF_F_TOKEN_FD) { in bpf_btf_load()