Searched refs:st_ops_ctx (Results 1 – 2 of 2) sorted by relevance
8 int BPF_PROG(fentry_test_arena, unsigned long long *st_ops_ctx) in BPF_PROG() argument14 int BPF_PROG(fexit_test_arena, unsigned long long *st_ops_ctx, int ret) in BPF_PROG() argument20 int freplace_test_arena(unsigned long long *st_ops_ctx) in freplace_test_arena() argument
9 int BPF_PROG(fentry_test_1, __u64 *st_ops_ctx) in BPF_PROG() argument14 bpf_probe_read_kernel(&state, sizeof(__u64), (void *)st_ops_ctx); in BPF_PROG()