Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance
421 struct bpf_verifier_state_list { struct423 struct bpf_verifier_state_list *next; argument583 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */584 struct bpf_verifier_state_list *free_list;
14687 static struct bpf_verifier_state_list **explored_state( in explored_state()15496 struct bpf_verifier_state_list *sl; in clean_live_states()16099 struct bpf_verifier_state_list *new_sl; in is_state_visited()16100 struct bpf_verifier_state_list *sl, **pprev; in is_state_visited()16295 new_sl = kzalloc(sizeof(struct bpf_verifier_state_list), GFP_KERNEL); in is_state_visited()18990 struct bpf_verifier_state_list *sl, *sln; in free_states()19733 sizeof(struct bpf_verifier_state_list *), in bpf_check()