On Mon, Apr 7, 2025 at 3:40 PM Breno Leitao <lei...@debian.org> wrote: > > The msg_data_left() function doesn't modify the struct msghdr parameter, > so mark it as const. This allows the function to be used with const > references, improving type safety and making the API more flexible. > > Signed-off-by: Breno Leitao <lei...@debian.org>
Reviewed-by: Eric Dumazet <eduma...@google.com>