Searched refs:bpf_sysctl_get_current_value (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.4/tools/testing/selftests/bpf/progs/ | 
| D | test_sysctl_loop1.c | 55 	ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN);  in sysctl_tcp_mem()
 | 
| D | test_sysctl_loop2.c | 56 	ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN);  in sysctl_tcp_mem()
 | 
| D | test_sysctl_prog.c | 56 	ret = bpf_sysctl_get_current_value(ctx, value, MAX_VALUE_STR_LEN);  in sysctl_tcp_mem()
 | 
| /Linux-v5.4/Documentation/bpf/ | 
| D | prog_cgroup_sysctl.rst | 67 * ``bpf_sysctl_get_current_value()`` to get string value currently held by
 | 
| /Linux-v5.4/kernel/bpf/ | 
| D | cgroup.c | 1223 BPF_CALL_3(bpf_sysctl_get_current_value, struct bpf_sysctl_kern *, ctx,  in BPF_CALL_3()  argument1230 	.func		= bpf_sysctl_get_current_value,
 
 | 
| /Linux-v5.4/tools/testing/selftests/bpf/ | 
| D | bpf_helpers.h | 212 static int (*bpf_sysctl_get_current_value)(void *ctx, char *buf,  variable
 |