Home
last modified time | relevance | path

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

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