Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dcgroup.c2078 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, in copy_sysctl_value() function
2107 return copy_sysctl_value(buf, buf_len, ctx->cur_val, ctx->cur_len); in BPF_CALL_3()
2127 return copy_sysctl_value(buf, buf_len, ctx->new_val, ctx->new_len); in BPF_CALL_3()