Searched refs:check_ids (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/kernel/bpf/ |
D | verifier.c | 17068 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() function 17106 return check_ids(old_id, cur_id, idmap); in check_scalar_ids() 17206 check_ids(rold->id, rcur->id, idmap) && in regs_exact() 17207 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regs_exact() 17310 check_ids(rold->id, rcur->id, idmap) && in regsafe() 17311 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regsafe() 17328 if (!check_ids(rold->id, rcur->id, idmap)) in regsafe() 17476 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 17492 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 17516 if (!check_ids(old->refs[i].id, cur->refs[i].id, idmap)) in refsafe() [all …]
|