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

/linux-master/kernel/bpf/
H A Dverifier.c1576 * def get_loop_entry(n):
1585 * n1 = get_loop_entry(n) or n
1586 * h1 = get_loop_entry(h) or h
1599 * h = get_loop_entry(succ)
1612 * - update topmost loop entry for intermediate states in get_loop_entry().
1614 static struct bpf_verifier_state *get_loop_entry(struct bpf_verifier_state *st) function
1621 * traversal in future get_loop_entry() calls.
1635 cur1 = get_loop_entry(cur) ?: cur;
1636 hdr1 = get_loop_entry(hdr) ?: hdr;
1638 * comment for get_loop_entry()
[all...]

Completed in 233 milliseconds