Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
319 struct bpf_verifier_state_list { struct321 struct bpf_verifier_state_list *next; argument425 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */426 struct bpf_verifier_state_list *free_list;
9502 static struct bpf_verifier_state_list **explored_state( in explored_state()10178 struct bpf_verifier_state_list *sl; in clean_live_states()10605 struct bpf_verifier_state_list *new_sl; in is_state_visited()10606 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited()10766 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()13063 struct bpf_verifier_state_list *sl, *sln; in free_states()13747 sizeof(struct bpf_verifier_state_list *), in bpf_check()