]> git.baikalelectronics.ru Git - kernel.git/commit
inet: constify inet_csk_route_child_sock() socket argument
authorEric Dumazet <edumazet@google.com>
Tue, 29 Sep 2015 14:42:43 +0000 (07:42 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 29 Sep 2015 23:53:08 +0000 (16:53 -0700)
commitfaa63bb8afdd4f3c5bc108e14a36020d2b369c13
tree5fa4bcaeb177c1b342ce178509b0210ef32c4a1c
parent3599a9508d07dcfb2cf87802adb63c692256f42b
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>
include/net/inet_connection_sock.h
net/ipv4/inet_connection_sock.c