Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
374 struct bpf_verifier_state_list { struct376 struct bpf_verifier_state_list *next; argument501 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */502 struct bpf_verifier_state_list *free_list;
10726 static struct bpf_verifier_state_list **explored_state( in explored_state()11477 struct bpf_verifier_state_list *sl; in clean_live_states()11903 struct bpf_verifier_state_list *new_sl; in is_state_visited()11904 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited()12064 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()14565 struct bpf_verifier_state_list *sl, *sln; in free_states()15252 sizeof(struct bpf_verifier_state_list *), in bpf_check()