Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
287 struct bpf_verifier_state_list { struct289 struct bpf_verifier_state_list *next; argument387 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */388 struct bpf_verifier_state_list *free_list;
7948 static struct bpf_verifier_state_list **explored_state( in explored_state()8582 struct bpf_verifier_state_list *sl; in clean_live_states()9016 struct bpf_verifier_state_list *new_sl; in is_state_visited()9017 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited()9161 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()11198 struct bpf_verifier_state_list *sl, *sln; in free_states()11898 sizeof(struct bpf_verifier_state_list *), in bpf_check()