Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h843 return ((u64)btf_obj_id(btf) << 32) | 0x80000000 | btf_id; in bpf_trampoline_compute_key()
H A Dbtf.h214 u32 btf_obj_id(const struct btf *btf);
/linux/kernel/bpf/
H A Dbpf_struct_ops.c1373 info->btf_vmlinux_id = btf_obj_id(st_map->btf); in bpf_map_struct_ops_info_fill()
H A Dsyscall.c4883 info.btf_id = btf_obj_id(prog->aux->btf); in bpf_prog_get_info_by_fd()
4886 info.attach_btf_obj_id = btf_obj_id(attach_btf); in bpf_prog_get_info_by_fd()
4991 info.btf_id = btf_obj_id(map->btf); in bpf_map_get_info_by_fd()
H A Dbtf.c7975 u32 btf_obj_id(const struct btf *btf) in btf_obj_id() function