Home
last modified time | relevance | path

Searched refs:bpf_get_btf_vmlinux (Results 1 – 7 of 7) sorted by relevance

/linux-6.8/net/netfilter/
Dnf_bpf_link.c272 btf = bpf_get_btf_vmlinux(); in nf_ptr_to_btf_id()
/linux-6.8/net/core/
Dbpf_sk_storage.c374 btf_vmlinux = bpf_get_btf_vmlinux(); in bpf_sk_storage_tracing_allowed()
/linux-6.8/kernel/bpf/
Dbtf.c562 btf = bpf_get_btf_vmlinux(); in bpf_find_btf_id()
5965 base_btf = bpf_get_btf_vmlinux(); in btf_parse_module()
7570 btf = bpf_get_btf_vmlinux(); in btf_get_module_btf()
8402 main_btf = bpf_get_btf_vmlinux(); in bpf_core_find_cands()
Dsyscall.c2664 attach_btf = bpf_get_btf_vmlinux(); in bpf_prog_load()
Dverifier.c20729 struct btf *bpf_get_btf_vmlinux(void) in bpf_get_btf_vmlinux() function
20774 bpf_get_btf_vmlinux(); in bpf_check()
/linux-6.8/include/linux/
Dbpf.h2372 struct btf *bpf_get_btf_vmlinux(void);
/linux-6.8/kernel/trace/
Dbpf_trace.c994 *btf = bpf_get_btf_vmlinux(); in bpf_btf_printf_prepare()