Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dverifier.c1622 static int copy_stack_state(struct bpf_func_state *dst, const struct bpf_func_state *src) in copy_stack_state() function
1755 return copy_stack_state(dst, src); in copy_func_state()