Searched refs:check_ids (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/kernel/bpf/ |
D | verifier.c | 15378 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() function 15416 return check_ids(old_id, cur_id, idmap); in check_scalar_ids() 15520 check_ids(rold->id, rcur->id, idmap) && in regs_exact() 15521 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regs_exact() 15610 check_ids(rold->id, rcur->id, idmap) && in regsafe() 15611 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regsafe() 15628 if (!check_ids(rold->id, rcur->id, idmap)) in regsafe() 15715 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 15731 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 15755 if (!check_ids(old->refs[i].id, cur->refs[i].id, idmap)) in refsafe() [all …]
|