Searched refs:exception_ext (Results 1 – 2 of 2) sorted by relevance
55 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()
125 int exception_ext(struct __sk_buff *ctx) in exception_ext() function