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

/linux-master/kernel/bpf/
H A Dverifier.c1471 static bool same_callsites(struct bpf_verifier_state *a, struct bpf_verifier_state *b) function
7855 if (st->insn_idx == insn_idx && st->branches && same_callsites(st, cur) &&
8016 !same_callsites(cur_st->parent, cur_st)) {
16494 !same_callsites(&sl->state, cur))

Completed in 134 milliseconds