Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/kernel/bpf/
H A Dcgroup.c1659 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, in copy_sysctl_value() function
1688 return copy_sysctl_value(buf, buf_len, ctx->cur_val, ctx->cur_len); in BPF_CALL_3()
1708 return copy_sysctl_value(buf, buf_len, ctx->new_val, ctx->new_len); in BPF_CALL_3()
/kernel/linux/linux-6.6/kernel/bpf/
H A Dcgroup.c2077 static int copy_sysctl_value(char *dst, size_t dst_len, char *src, in copy_sysctl_value() function
2106 return copy_sysctl_value(buf, buf_len, ctx->cur_val, ctx->cur_len); in BPF_CALL_3()
2126 return copy_sysctl_value(buf, buf_len, ctx->new_val, ctx->new_len); in BPF_CALL_3()

Completed in 6 milliseconds