Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dtest_core_extern.c11 static int (*bpf_missing_helper)(const void *arg1, int arg2) = (void *) 999; variable
58 missing_val = bpf_missing_helper(ctx, 123); in handle_sys_enter()