tcp: constify tcp_rto_min() and tcp_rto_min_us() argument
authorEric Dumazet <edumazet@google.com>
Wed, 20 Sep 2023 17:29:42 +0000 (17:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2023 12:13:00 +0000 (13:13 +0100)
commitf68a181fcd3b6a22236794813d5c9e5a62efd2b4
tree2f675344f8912cdb672f4269223ab6b47f4d390a
parent5033f58d5feed1040eebeadb0c5efc95b8bf5720
tcp: constify tcp_rto_min() and tcp_rto_min_us() argument

Make clear these functions do not change any field from TCP socket.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h