Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dexceptions.c55 RUN_SUCCESS(exception_ext, 0); in test_exceptions_success()
187 bpf_program__fd(skel->progs.exception_ext), in test_exceptions_success()
190 }), "", ({ RUN_SUCCESS(exception_ext, 128); })); in test_exceptions_success()
/linux/tools/testing/selftests/bpf/progs/
H A Dexceptions.c125 int exception_ext(struct __sk_buff *ctx) in exception_ext() function