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

/linux-master/kernel/bpf/
H A Dverifier.c1569 * def get_loop_entry(n):
1578 * n1 = get_loop_entry(n) or n
1579 * h1 = get_loop_entry(h) or h
1592 * h = get_loop_entry(succ)
1605 * - update topmost loop entry for intermediate states in get_loop_entry().
1607 static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_state *st) function
1614 * traversal in future get_loop_entry() calls.
1628 cur1 = get_loop_entry(cur) ?: cur;
1629 hdr1 = get_loop_entry(hdr) ?: hdr;
1631 * comment for get_loop_entry()
[all...]

Completed in 178 milliseconds