Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/bpf/
Dprog_cgroup_sysctl.rst71 * ``bpf_sysctl_get_new_value()`` to get new string value currently being
/Linux-v5.4/kernel/bpf/
Dcgroup.c1238 BPF_CALL_3(bpf_sysctl_get_new_value, struct bpf_sysctl_kern *, ctx, char *, buf, in BPF_CALL_3() argument
1250 .func = bpf_sysctl_get_new_value,
/Linux-v5.4/tools/testing/selftests/bpf/
Dbpf_helpers.h215 static int (*bpf_sysctl_get_new_value)(void *ctx, char *buf, variable