Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dstates.c319 static bool check_ids(u32 old_id, u32 cur_id, struct bpf_idmap *idmap) in check_ids() function
387 if (!check_ids(old_id, cur_id, idmap)) in check_scalar_ids()
392 if (!check_ids(old_id, cur_id, idmap)) in check_scalar_ids()
496 check_ids(rold->id, rcur->id, idmap) && in regs_exact()
497 check_ids(rold->parent_id, rcur->parent_id, idmap); in regs_exact()
621 check_ids(rold->id, rcur->id, idmap) && in regsafe()
622 check_ids(rold->parent_id, rcur->parent_id, idmap); in regsafe()
639 if (!check_ids(rold->id, rcur->id, idmap)) in regsafe()
802 !check_ids(old_reg->id, cur_reg->id, idmap) || in stacksafe()
803 !check_ids(old_reg->parent_id, cur_reg->parent_id, idmap)) in stacksafe()
[all …]