Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dverifier.c6813 static bool regsafe(struct bpf_reg_state *rold, struct bpf_reg_state *rcur, in regsafe() function
6976 if (!regsafe(&old->stack[spi].spilled_ptr, in stacksafe()
7041 if (!regsafe(&old->regs[i], &cur->regs[i], idmap)) in func_states_equal()
/Linux-v5.4/Documentation/networking/
Dfilter.txt1331 another NOT_INIT) is safe. The implementation is in the function regsafe().