Home
last modified time | relevance | path

Searched refs:bpf_sysctl_set_new_value (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/Documentation/bpf/
Dprog_cgroup_sysctl.rst37 whole sysctl value by ``bpf_sysctl_set_new_value()`` on ``write(2)`` even
75 * ``bpf_sysctl_set_new_value()`` to override new string value currently being
/Linux-v5.4/kernel/bpf/
Dcgroup.c1258 BPF_CALL_3(bpf_sysctl_set_new_value, struct bpf_sysctl_kern *, ctx, in BPF_CALL_3() argument
1275 .func = bpf_sysctl_set_new_value,
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h218 static int (*bpf_sysctl_set_new_value)(void *ctx, const char *buf, variable