Home
last modified time | relevance | path

Searched refs:btf_get_by_fd (Results 1 – 5 of 5) sorted by relevance

/linux/include/linux/
H A Dbtf.h146 struct btf *btf_get_by_fd(int fd);
/linux/kernel/bpf/
H A Dbpf_struct_ops.c1018 btf = btf_get_by_fd(attr->value_type_btf_obj_fd); in bpf_struct_ops_map_alloc()
H A Dsyscall.c1483 btf = btf_get_by_fd(attr->btf_fd); in map_create()
2822 attach_btf = btf_get_by_fd(attr->attach_btf_obj_fd); in bpf_prog_load()
H A Dbtf.c7882 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() function
H A Dverifier.c2972 btf = btf_get_by_fd(btf_fd); in __find_kfunc_desc_btf()
17634 btf = btf_get_by_fd(attr->prog_btf_fd); in check_btf_info_early()