Home
last modified time | relevance | path

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

/linux-6.12.1/net/netfilter/
Dnf_bpf_link.c277 btf = bpf_get_btf_vmlinux(); in nf_ptr_to_btf_id()
/linux-6.12.1/net/core/
Dbpf_sk_storage.c374 btf_vmlinux = bpf_get_btf_vmlinux(); in bpf_sk_storage_tracing_allowed()
/linux-6.12.1/kernel/bpf/
Dinode.c615 btf = bpf_get_btf_vmlinux(); in find_bpffs_btf_enums()
Dbpf_struct_ops.c927 btf = bpf_get_btf_vmlinux(); in bpf_struct_ops_map_alloc()
Dbtf.c577 btf = bpf_get_btf_vmlinux(); in bpf_find_btf_id()
6249 vmlinux_btf = bpf_get_btf_vmlinux(); in btf_parse_module()
8017 btf = bpf_get_btf_vmlinux(); in btf_get_module_btf()
8873 main_btf = bpf_get_btf_vmlinux(); in bpf_core_find_cands()
Dsyscall.c2732 attach_btf = bpf_get_btf_vmlinux(); in bpf_prog_load()
Dverifier.c21586 reg->btf = bpf_get_btf_vmlinux(); /* can't fail at this point */ in do_check_common()
22289 struct btf *bpf_get_btf_vmlinux(void) in bpf_get_btf_vmlinux() function
22339 bpf_get_btf_vmlinux(); in bpf_check()
/linux-6.12.1/include/linux/
Dbpf.h2529 struct btf *bpf_get_btf_vmlinux(void);
/linux-6.12.1/kernel/trace/
Dbpf_trace.c970 *btf = bpf_get_btf_vmlinux(); in bpf_btf_printf_prepare()
/linux-6.12.1/kernel/sched/
Dext.c5319 struct btf *btf = bpf_get_btf_vmlinux(); in set_arg_maybe_null()