Home
last modified time | relevance | path

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

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