Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
137 struct bpf_verifier_state_list { struct139 struct bpf_verifier_state_list *next; argument192 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */
4154 #define STATE_LIST_MARK ((struct bpf_verifier_state_list *) -1L)4658 struct bpf_verifier_state_list *new_sl; in is_state_visited()4659 struct bpf_verifier_state_list *sl; in is_state_visited()4697 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()5874 struct bpf_verifier_state_list *sl, *sln; in free_states()5955 sizeof(struct bpf_verifier_state_list *), in bpf_check()