Home
last modified time | relevance | path

Searched refs:bpf_get_btf_vmlinux (Results 1 – 7 of 7) 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 Dbpf_struct_ops.c1056 btf = bpf_get_btf_vmlinux(); in bpf_struct_ops_map_alloc()
H A Dbtf.c573 btf = bpf_get_btf_vmlinux(); in bpf_find_btf_id()
6307 vmlinux_btf = bpf_get_btf_vmlinux(); in btf_parse_module()
7849 vmlinux_btf = bpf_get_btf_vmlinux(); in btf_prepare_func_args()
8343 btf = bpf_get_btf_vmlinux(); in btf_get_module_btf()
9200 main_btf = bpf_get_btf_vmlinux(); in bpf_core_find_cands()
H A Dsyscall.c2865 attach_btf = bpf_get_btf_vmlinux(); in bpf_prog_load()
H A Dverifier.c23224 reg->btf = bpf_get_btf_vmlinux(); /* can't fail at this point */ in do_check_common()
24009 struct btf *bpf_get_btf_vmlinux(void) in bpf_get_btf_vmlinux() function
24608 bpf_get_btf_vmlinux(); in bpf_check()
/linux/include/linux/
H A Dbpf.h2720 struct btf *bpf_get_btf_vmlinux(void);
/linux/kernel/trace/
H A Dbpf_trace.c989 *btf = bpf_get_btf_vmlinux(); in bpf_btf_printf_prepare()