Searched refs:copy_sysctl_value (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | cgroup.c | 2296 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, in copy_sysctl_value() 2325 return copy_sysctl_value(buf, buf_len, ctx->cur_val, ctx->cur_len); 2345 return copy_sysctl_value(buf, buf_len, ctx->new_val, ctx->new_len); in BPF_CALL_3() 2274 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, copy_sysctl_value() function
|