Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf_verifier.h501 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */ member
/Linux-v6.1/kernel/bpf/
Dverifier.c10733 return &env->explored_states[(idx ^ state->callsite) % state_htab_size(env)]; in explored_state()
14577 if (!env->explored_states) in free_states()
14581 sl = env->explored_states[i]; in free_states()
14589 env->explored_states[i] = NULL; in free_states()
15251 env->explored_states = kvcalloc(state_htab_size(env), in bpf_check()
15255 if (!env->explored_states) in bpf_check()
15295 kvfree(env->explored_states); in bpf_check()