Searched refs:check_ids (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | verifier.c | 18934 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() function 18972 return check_ids(old_id, cur_id, idmap); in check_scalar_ids() 19071 check_ids(rold->id, rcur->id, idmap) && in regs_exact() 19072 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regs_exact() 19172 check_ids(rold->id, rcur->id, idmap) && in regsafe() 19173 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap); in regsafe() 19190 if (!check_ids(rold->id, rcur->id, idmap)) in regsafe() 19334 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 19350 !check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap)) in stacksafe() 19356 if (!check_ids(old_reg->ref_obj_id, cur_reg->ref_obj_id, idmap) || in stacksafe() [all …]
|