aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_connection_sock.h
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2015-09-29 07:42:43 -0700
committerDavid S. Miller <davem@davemloft.net>2015-09-29 16:53:08 -0700
commita2432c4fa5e3c4c06df6efe0c406b6f575829a7b (patch)
tree5fa4bcaeb177c1b342ce178509b0210ef32c4a1c /include/net/inet_connection_sock.h
parentdccp: use inet6_csk_route_req() helper (diff)
downloadlinux-dev-a2432c4fa5e3c4c06df6efe0c406b6f575829a7b.tar.xz
linux-dev-a2432c4fa5e3c4c06df6efe0c406b6f575829a7b.zip
inet: constify inet_csk_route_child_sock() socket argument
The socket points to the (shared) listener. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/inet_connection_sock.h')
-rw-r--r--include/net/inet_connection_sock.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/inet_connection_sock.h b/include/net/inet_connection_sock.h
index 00c3ced6ee55..187cef7e56d5 100644
--- a/include/net/inet_connection_sock.h
+++ b/include/net/inet_connection_sock.h
@@ -268,7 +268,8 @@ int inet_csk_get_port(struct sock *sk, unsigned short snum);
struct dst_entry *inet_csk_route_req(const struct sock *sk, struct flowi4 *fl4,
const struct request_sock *req);
-struct dst_entry *inet_csk_route_child_sock(struct sock *sk, struct sock *newsk,
+struct dst_entry *inet_csk_route_child_sock(const struct sock *sk,
+ struct sock *newsk,
const struct request_sock *req);
static inline void inet_csk_reqsk_queue_add(struct sock *sk,