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

/linux-master/tools/testing/selftests/bpf/progs/
H A 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);

Completed in 205 milliseconds