Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
316 struct bpf_verifier_state_list { struct318 struct bpf_verifier_state_list *next; argument426 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */427 struct bpf_verifier_state_list *free_list;
8464 static struct bpf_verifier_state_list **explored_state( in explored_state()9097 struct bpf_verifier_state_list *sl; in clean_live_states()9523 struct bpf_verifier_state_list *new_sl; in is_state_visited()9524 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited()9668 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()11719 struct bpf_verifier_state_list *sl, *sln; in free_states()12388 sizeof(struct bpf_verifier_state_list *), in bpf_check()