Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dverifier.c1828 static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_state *st) in get_loop_entry() function
1849 cur1 = get_loop_entry(cur) ?: cur; in update_loop_entry()
1850 hdr1 = get_loop_entry(hdr) ?: hdr; in update_loop_entry()
18700 loop_entry = get_loop_entry(&sl->state); in is_state_visited()