Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c6697 static bool check_ids(u32 old_id, u32 cur_id, struct idpair *idmap) in check_ids() function
6881 return check_ids(rold->id, rcur->id, idmap); in regsafe()
6900 if (rold->id && !check_ids(rold->id, rcur->id, idmap)) in regsafe()