Searched refs:check_ids (Results 1 - 1 of 1) sorted by relevance

/linux-master/kernel/bpf/
H A Dverifier.c16369 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) function
16398 /* Similar to check_ids(), but allocate a unique temporary ID
16407 return check_ids(old_id, cur_id, idmap);
16507 check_ids(rold->id, rcur->id, idmap) &&
16508 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap);
16569 /* Why check_ids() for scalar registers?
16589 * Use check_ids() to distinguish these states.
16607 check_ids(rold->id, rcur->id, idmap) &&
16608 check_ids(rold->ref_obj_id, rcur->ref_obj_id, idmap);
16625 if (!check_ids(rol
[all...]

Completed in 353 milliseconds