Home
last modified time | relevance | path

Searched refs:bpf_verifier_state_list (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/linux/
Dbpf_verifier.h137 struct bpf_verifier_state_list { struct
139 struct bpf_verifier_state_list *next; argument
192 struct bpf_verifier_state_list **explored_states; /* search pruning optimization */
/Linux-v4.19/kernel/bpf/
Dverifier.c4154 #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()