Home
last modified time | relevance | path

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

/Linux-v5.4/tools/testing/selftests/bpf/progs/
Dtest_sysctl_loop1.c55 ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN); in sysctl_tcp_mem()
Dtest_sysctl_loop2.c56 ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN); in sysctl_tcp_mem()
Dtest_sysctl_prog.c56 ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN); in sysctl_tcp_mem()
/Linux-v5.4/Documentation/bpf/
Dprog_cgroup_sysctl.rst67 * ``bpf_sysctl_get_current_value()`` to get string value currently held by
/Linux-v5.4/kernel/bpf/
Dcgroup.c1223 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument
1230 .func = bpf_sysctl_get_current_value,
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h212 static int (*bpf_sysctl_get_current_value)(void *ctx, char *buf, variable