Home
last modified time | relevance | path

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

/linux/net/netfilter/
H A Dnf_bpf_link.c278 btf = bpf_get_btf_vmlinux(); in nf_ptr_to_btf_id()
/linux/kernel/bpf/
H A Dinode.c617 btf = bpf_get_btf_vmlinux(); in find_bpffs_btf_enums()
H A Dbpf_struct_ops.c1071 btf = bpf_get_btf_vmlinux(); in bpf_struct_ops_map_alloc()
H A Dbtf.c684 btf = bpf_get_btf_vmlinux(); in bpf_find_btf_id()
6421 vmlinux_btf = bpf_get_btf_vmlinux(); in btf_parse_module()
7967 vmlinux_btf = bpf_get_btf_vmlinux(); in btf_prepare_func_args()
8468 btf = bpf_get_btf_vmlinux(); in btf_get_module_btf()
9369 main_btf = bpf_get_btf_vmlinux(); in bpf_core_find_cands()
H A Dsyscall.c2969 attach_btf = bpf_get_btf_vmlinux(); in bpf_prog_load()
H A Dverifier.c24631 reg->btf = bpf_get_btf_vmlinux(); /* can't fail at this point */ in do_check_common()
25425 struct btf *bpf_get_btf_vmlinux(void) in bpf_get_btf_vmlinux() function
25970 bpf_get_btf_vmlinux(); in bpf_check()
/linux/kernel/trace/
H A Dbpf_trace.c988 *btf = bpf_get_btf_vmlinux(); in bpf_btf_printf_prepare()
/linux/include/linux/
H A Dbpf.h2922 struct btf *bpf_get_btf_vmlinux(void);