net: constify sk_dst_get() and __sk_dst_get() argument
authorEric Dumazet <edumazet@google.com>
Wed, 20 Sep 2023 17:29:41 +0000 (17:29 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Oct 2023 12:13:00 +0000 (13:13 +0100)
commit5033f58d5feed1040eebeadb0c5efc95b8bf5720
tree416a5a723fb4436e9a2e0bbb42550722d6014b35
parent236f3873b517acfaf949c23bb2d5dec13bfd2da2
net: constify sk_dst_get() and __sk_dst_get() argument

Both helpers only read fields from their socket argument.

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