Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
277 struct bpf_verifier_state_list { struct279 struct bpf_verifier_state_list *next; argument360 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */361 struct bpf_verifier_state_list *free_list;
6204 static struct bpf_verifier_state_list **explored_state( in explored_state()6793 struct bpf_verifier_state_list *sl; in clean_live_states()7227 struct bpf_verifier_state_list *new_sl; in is_state_visited()7228 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited()7372 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()9159 struct bpf_verifier_state_list *sl, *sln; in free_states()9285 sizeof(struct bpf_verifier_state_list *), in bpf_check()