Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf_verifier.h1086 struct list_head *bpf_explored_state(struct bpf_verifier_env *env, int idx);
/linux/kernel/bpf/
H A Dverifier.c1635 struct list_head *bpf_explored_state(struct bpf_verifier_env *env, int idx) in bpf_explored_state() function
7668 head = bpf_explored_state(env, insn_idx); in find_prev_entry()