On 2/9/22 4:36 PM, Jakub Kicinski wrote: > Minor reordering of the code and a call to sock_cmsg_send() > gives us support for setting the common socket options via > cmsg (the usual ones - SO_MARK, SO_TIMESTAMPING_OLD, SCM_TXTIME). > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > --- > net/ipv6/ping.c | 13 +++++++++---- > 1 file changed, 9 insertions(+), 4 deletions(-) > Reviewed-by: David Ahern <dsahern@xxxxxxxxxx>