Home
last modified time | relevance | path

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

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