Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf_verifier.h725 return ((u64)btf_obj_id(btf) << 32) | 0x80000000 | btf_id; in bpf_trampoline_compute_key()
H A Dbtf.h199 u32 btf_obj_id(const struct btf *btf);
/openbmc/linux/kernel/bpf/
H A Dsyscall.c4579 info.btf_id = btf_obj_id(prog->aux->btf); in bpf_prog_get_info_by_fd()
4582 info.attach_btf_obj_id = btf_obj_id(attach_btf); in bpf_prog_get_info_by_fd()
4687 info.btf_id = btf_obj_id(map->btf); in bpf_map_get_info_by_fd()
H A Dbtf.c7308 u32 btf_obj_id(const struct btf *btf) in btf_obj_id() function