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

/linux-master/include/linux/
H A Dbpf_verifier.h424 /* If this state was ever pointed-to by other state's loop_entry field
436 * - DFS states traversal starting from initial state visits loop_entry
442 struct bpf_verifier_state *loop_entry; member in struct:bpf_verifier_state
/linux-master/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1003 loop_entry:
1179 goto loop_entry;
/linux-master/kernel/bpf/
H A Dverifier.c1609 struct bpf_verifier_state *topmost = st->loop_entry, *old;
1611 while (topmost && topmost->loop_entry && topmost != topmost->loop_entry)
1612 topmost = topmost->loop_entry;
1616 while (st && st->loop_entry != topmost) {
1617 old = st->loop_entry;
1618 st->loop_entry = topmost;
1634 * no need to update cur->loop_entry.
1637 cur->loop_entry = hdr;
1652 if (br == 0 && st->parent && st->loop_entry)
17167 struct bpf_verifier_state *cur = env->cur_state, *new, *loop_entry; local
[all...]

Completed in 127 milliseconds