Home
last modified time | relevance | path

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

/linux-6.15/kernel/bpf/
H A Dverifier.c1787 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) in same_callsites() function
8739 if (st->insn_idx == insn_idx && st->branches && same_callsites(st, cur) && in find_prev_entry()
8907 !same_callsites(cur_st->parent, cur_st)) { in process_iter_next_call()
18286 !same_callsites(&sl->state, cur)) in clean_live_states()