Home
last modified time | relevance | path

Searched refs:bpf_sysctl_get_current_value (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sysctl_prog.c55 ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN); in sysctl_tcp_mem()
H A Dtest_sysctl_loop1.c57 ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN); in sysctl_tcp_mem()
H A Dtest_sysctl_loop2.c55 ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN); in sysctl_tcp_mem()
/linux/Documentation/bpf/
H A Dprog_cgroup_sysctl.rst67 * ``bpf_sysctl_get_current_value()`` to get string value currently held by
/linux/kernel/bpf/
H A Dcgroup.c2305 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument
2312 .func = bpf_sysctl_get_current_value,