Home
last modified time | relevance | path

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

/Linux-v5.15/kernel/bpf/
Dverifier.c10198 static bool regsafe(struct bpf_verifier_env *env, struct bpf_reg_state *rold, in regsafe() function
10363 if (!regsafe(env, &old->stack[spi].spilled_ptr, in stacksafe()
10421 if (!regsafe(env, &old->regs[i], &cur->regs[i], in func_states_equal()
/Linux-v5.15/Documentation/networking/
Dfilter.rst1457 another NOT_INIT) is safe. The implementation is in the function regsafe().