Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf_verifier.h360 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */ member
/Linux-v5.4/kernel/bpf/
Dverifier.c6211 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state()
9170 if (!env->explored_states) in free_states()
9174 sl = env->explored_states[i]; in free_states()
9184 kvfree(env->explored_states); in free_states()
9284 env->explored_states = kvcalloc(state_htab_size(env), in bpf_check()
9288 if (!env->explored_states) in bpf_check()