Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h713 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */ member
/linux/kernel/bpf/
H A Dverifier.c1689 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state()
22146 if (!env->explored_states) in free_states()
22150 sl = env->explored_states[i]; in free_states()
22158 env->explored_states[i] = NULL; in free_states()
23115 env->explored_states = kvcalloc(state_htab_size(env), in bpf_check()
23119 if (!env->explored_states) in bpf_check()
23167 kvfree(env->explored_states); in bpf_check()