Symbol: bpf_sysctl
include/linux/bpf_types.h
56
struct bpf_sysctl, struct bpf_sysctl_kern)
kernel/bpf/cgroup.c
2393
if (off < 0 || off + size > sizeof(struct bpf_sysctl) || off % size)
kernel/bpf/cgroup.c
2397
case bpf_ctx_range(struct bpf_sysctl, write):
kernel/bpf/cgroup.c
2402
case bpf_ctx_range(struct bpf_sysctl, file_pos):
kernel/bpf/cgroup.c
2423
case offsetof(struct bpf_sysctl, write):
kernel/bpf/cgroup.c
2431
case offsetof(struct bpf_sysctl, file_pos):
tools/testing/selftests/bpf/cgroup_getset_retval_hooks.h
16
BPF_RETVAL_HOOK(sysctl, "cgroup/sysctl", bpf_sysctl, 0)
tools/testing/selftests/bpf/prog_tests/ctx_rewrite.c
147
N(CGROUP_SYSCTL, struct bpf_sysctl, file_pos),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
116
offsetof(struct bpf_sysctl, write)),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
119
offsetof(struct bpf_sysctl, write) + 2),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
139
offsetof(struct bpf_sysctl, write)),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
153
offsetof(struct bpf_sysctl, file_pos)),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
176
offsetof(struct bpf_sysctl, file_pos)),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
179
offsetof(struct bpf_sysctl, file_pos) + 3),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
203
offsetof(struct bpf_sysctl, file_pos)),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
72
offsetof(struct bpf_sysctl, write)),
tools/testing/selftests/bpf/prog_tests/test_sysctl.c
93
offsetof(struct bpf_sysctl, write)),
tools/testing/selftests/bpf/progs/test_sysctl_loop1.c
21
static __always_inline int is_tcp_mem(struct bpf_sysctl *ctx)
tools/testing/selftests/bpf/progs/test_sysctl_loop1.c
41
int sysctl_tcp_mem(struct bpf_sysctl *ctx)
tools/testing/selftests/bpf/progs/test_sysctl_loop2.c
21
static __attribute__((noinline)) int is_tcp_mem(struct bpf_sysctl *ctx)
tools/testing/selftests/bpf/progs/test_sysctl_loop2.c
42
int sysctl_tcp_mem(struct bpf_sysctl *ctx)
tools/testing/selftests/bpf/progs/test_sysctl_prog.c
22
static __always_inline int is_tcp_mem(struct bpf_sysctl *ctx)
tools/testing/selftests/bpf/progs/test_sysctl_prog.c
42
int sysctl_tcp_mem(struct bpf_sysctl *ctx)