Home
last modified time | relevance | path

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

/Linux-v5.4/kernel/bpf/
Dcore.c1612 static unsigned int (*interpreters[])(const void *ctx, variable
1694 fp->bpf_func = interpreters[(round_up(stack_depth, 32) / 32) - 1]; in bpf_prog_select_func()