Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcheck_btf.c423 btf = btf_get_by_fd(attr->prog_btf_fd); in bpf_prepare_btf_info()
H A Dbpf_struct_ops.c1097 btf = btf_get_by_fd(attr->value_type_btf_obj_fd); in bpf_struct_ops_map_alloc()
H A Dsyscall.c1568 btf = btf_get_by_fd(attr->btf_fd); in map_create_alloc()
3002 attach_btf = btf_get_by_fd(attr->attach_btf_obj_fd); in BTF_ID_LIST_GLOBAL_SINGLE()
H A Dbtf.c8399 struct btf *btf_get_by_fd(int fd) in btf_get_by_fd() function
H A Dverifier.c2586 btf = btf_get_by_fd(btf_fd); in fd_array_get_btf_sparse()
18719 btf = btf_get_by_fd(btf_fd); in check_pseudo_btf_id()
/linux/include/linux/
H A Dbtf.h151 struct btf *btf_get_by_fd(int fd);