Home
last modified time | relevance | path

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

/openbmc/linux/net/netfilter/
H A Dnf_bpf_link.c277 btf = bpf_get_btf_vmlinux(); in nf_ptr_to_btf_id()
/openbmc/linux/net/core/
H A Dbpf_sk_storage.c373 btf_vmlinux = bpf_get_btf_vmlinux(); in bpf_sk_storage_tracing_allowed()
/openbmc/linux/kernel/bpf/
H A Dbtf.c562 btf = bpf_get_btf_vmlinux(); in bpf_find_btf_id()
5796 base_btf = bpf_get_btf_vmlinux(); in btf_parse_module()
7515 btf = bpf_get_btf_vmlinux(); in btf_get_module_btf()
8347 main_btf = bpf_get_btf_vmlinux(); in bpf_core_find_cands()
H A Dsyscall.c2655 attach_btf = bpf_get_btf_vmlinux(); in bpf_prog_load()
H A Dverifier.c20211 struct btf *bpf_get_btf_vmlinux(void) in bpf_get_btf_vmlinux() function
20256 bpf_get_btf_vmlinux(); in bpf_check()
/openbmc/linux/include/linux/
H A Dbpf.h2350 struct btf *bpf_get_btf_vmlinux(void);
/openbmc/linux/kernel/trace/
H A Dbpf_trace.c991 *btf = bpf_get_btf_vmlinux(); in bpf_btf_printf_prepare()