aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/tcp_ipv6.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r--net/ipv6/tcp_ipv6.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c
index abba3bc2a3d9..38f76d8b231e 100644
--- a/net/ipv6/tcp_ipv6.c
+++ b/net/ipv6/tcp_ipv6.c
@@ -1949,6 +1949,9 @@ struct proto tcpv6_prot = {
1949 .diag_destroy = tcp_abort, 1949 .diag_destroy = tcp_abort,
1950}; 1950};
1951 1951
1952/* thinking of making this const? Don't.
1953 * early_demux can change based on sysctl.
1954 */
1952static struct inet6_protocol tcpv6_protocol = { 1955static struct inet6_protocol tcpv6_protocol = {
1953 .early_demux = tcp_v6_early_demux, 1956 .early_demux = tcp_v6_early_demux,
1954 .early_demux_handler = tcp_v6_early_demux, 1957 .early_demux_handler = tcp_v6_early_demux,