1 // SPDX-License-Identifier: GPL-2.0
3 #include <bpf/bpf_helpers.h>
4 #include "bpf_experimental.h"
13 int throwing_fentry(void *ctx)
19 __noinline int exception_cb(u64 cookie)
25 int extension(struct __sk_buff *ctx)
31 __exception_cb(exception_cb)
32 int throwing_exception_cb_extension(u64 cookie)
39 __exception_cb(exception_cb)
40 int throwing_extension(struct __sk_buff *ctx)
53 int throwing_fexit(void *ctx)
60 int pfmod_ret(void *ctx)
66 int throwing_fmod_ret(void *ctx)
72 char _license[] SEC("license") = "GPL";