Re: [PATCH net-next v3] net: SO_RCVMARK socket option for SO_MARK with recvmsg()

From: Eric Dumazet
Date: Wed Apr 27 2022 - 16:48:11 EST


On Wed, Apr 27, 2022 at 1:03 PM Erin MacNeil <lnx.erin@xxxxxxxxx> wrote:
>
> Adding a new socket option, SO_RCVMARK, to indicate that SO_MARK
> should be included in the ancillary data returned by recvmsg().
>
> Renamed the sock_recv_ts_and_drops() function to sock_recv_cmsgs().
>
> Signed-off-by: Erin MacNeil <lnx.erin@xxxxxxxxx>
>

Reviewed-by: Eric Dumazet <edumazet@xxxxxxxxxx>

Thanks.