Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
Dcgroup.c1610 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, in copy_sysctl_value() function
1639 return copy_sysctl_value(buf, buf_len, ctx->cur_val, ctx->cur_len); in BPF_CALL_3()
1659 return copy_sysctl_value(buf, buf_len, ctx->new_val, ctx->new_len); in BPF_CALL_3()