Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf_verifier.h602 struct bpf_idmap idmap_scratch; member
/Linux-v6.6/kernel/bpf/
Dverifier.c15795 &env->idmap_scratch)) in func_states_equal()
15798 if (!stacksafe(env, old, cur, &env->idmap_scratch)) in func_states_equal()
15801 if (!refsafe(old, cur, &env->idmap_scratch)) in func_states_equal()
15816 env->idmap_scratch.tmp_id_gen = env->id_gen; in states_equal()
15817 memset(&env->idmap_scratch.map, 0, sizeof(env->idmap_scratch.map)); in states_equal()
15835 !check_ids(old->active_lock.id, cur->active_lock.id, &env->idmap_scratch)) in states_equal()