Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dbpf_verifier.h457 struct bpf_verifier_state *loop_entry; member
/linux-6.15/drivers/net/ethernet/xircom/
H A Dxirc2ps_cs.c1003 loop_entry: in xirc2ps_interrupt()
1179 goto loop_entry; in xirc2ps_interrupt()
/linux-6.15/kernel/bpf/
H A Dverifier.c1688 if (st->loop_entry) in state_loop_entry_as_list()
1758 dst_state->loop_entry = src->loop_entry; in copy_verifier_state()
1925 while (topmost && topmost->loop_entry) { in get_loop_entry()
1931 topmost = topmost->loop_entry; in get_loop_entry()
1946 if (cur->loop_entry) { in update_loop_entry()
1947 cur->loop_entry->used_as_loop_entry--; in update_loop_entry()
1950 cur->loop_entry = hdr; in update_loop_entry()
18283 if (!IS_ERR_OR_NULL(loop_entry) && loop_entry->branches) in clean_live_states()
19173 if (IS_ERR(loop_entry)) in is_state_visited()
19174 return PTR_ERR(loop_entry); in is_state_visited()
[all …]