Home
last modified time | relevance | path

Searched refs:bpf_get_btf_vmlinux (Results 1 – 6 of 6) 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.c615 btf = bpf_get_btf_vmlinux(); in find_bpffs_btf_enums()
H A Dsyscall.c2957 attach_btf = bpf_get_btf_vmlinux(); in bpf_prog_load()
H A Dverifier.c23225 reg->btf = bpf_get_btf_vmlinux(); /* can't fail at this point */ in do_check_common()
24011 struct btf *bpf_get_btf_vmlinux(void) in bpf_get_btf_vmlinux() function
24546 bpf_get_btf_vmlinux(); in bpf_check()
/linux/include/linux/
H A Dbpf.h2751 struct btf *bpf_get_btf_vmlinux(void);
/linux/kernel/trace/
H A Dbpf_trace.c988 *btf = bpf_get_btf_vmlinux(); in bpf_btf_printf_prepare()