Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dstruct_ops_arena_attach.c8 int BPF_PROG(fentry_test_arena, unsigned long long *st_ops_ctx) in BPF_PROG() argument
14 int BPF_PROG(fexit_test_arena, unsigned long long *st_ops_ctx, int ret) in BPF_PROG() argument
20 int freplace_test_arena(unsigned long long *st_ops_ctx) in freplace_test_arena() argument
H A Dtrace_dummy_st_ops.c9 int BPF_PROG(fentry_test_1, __u64 *st_ops_ctx) in BPF_PROG() argument
14 bpf_probe_read_kernel(&state, sizeof(__u64), (void *)st_ops_ctx); in BPF_PROG()