Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dsyscall.c5072 info.btf_id = btf_obj_id(prog->aux->btf); in bpf_prog_get_info_by_fd()
5221 info.attach_btf_obj_id = btf_obj_id(attach_btf); in bpf_prog_get_info_by_fd()
5329 info.btf_id = btf_obj_id(map->btf); in bpf_map_get_info_by_fd()
H A Dbtf.c8320 u32 btf_obj_id(const struct btf *btf) in btf_obj_id() function