bpf_sysctl_get_current_value 1233 kernel/bpf/cgroup.c BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx,
bpf_sysctl_get_current_value 1240 kernel/bpf/cgroup.c 	.func		= bpf_sysctl_get_current_value,
bpf_sysctl_get_current_value  212 tools/testing/selftests/bpf/bpf_helpers.h static int (*bpf_sysctl_get_current_value)(void *ctx, char *buf,
bpf_sysctl_get_current_value   58 tools/testing/selftests/bpf/progs/test_sysctl_loop1.c 	ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN);
bpf_sysctl_get_current_value   56 tools/testing/selftests/bpf/progs/test_sysctl_loop2.c 	ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN);
bpf_sysctl_get_current_value   56 tools/testing/selftests/bpf/progs/test_sysctl_prog.c 	ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN);