Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/bpf/
Dverifier.c4372 static bool regsafe(struct bpf_reg_state *rold, struct bpf_reg_state *rcur, in regsafe() function
4519 if (!regsafe(&old->stack[spi].spilled_ptr, in stacksafe()
4576 if (!regsafe(&old->regs[i], &cur->regs[i], idmap)) in func_states_equal()
/Linux-v4.19/Documentation/networking/
Dfilter.txt1311 another NOT_INIT) is safe. The implementation is in the function regsafe().