Home
last modified time | relevance | path

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

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