diff options
Diffstat (limited to 'net/ipv6/tcp_ipv6.c')
-rw-r--r-- | net/ipv6/tcp_ipv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/tcp_ipv6.c b/net/ipv6/tcp_ipv6.c index d58bf84e0f9a..beaf28456301 100644 --- a/net/ipv6/tcp_ipv6.c +++ b/net/ipv6/tcp_ipv6.c | |||
@@ -1655,7 +1655,7 @@ do_time_wait: | |||
1655 | goto discard_it; | 1655 | goto discard_it; |
1656 | } | 1656 | } |
1657 | 1657 | ||
1658 | static void tcp_v6_early_demux(struct sk_buff *skb) | 1658 | INDIRECT_CALLABLE_SCOPE void tcp_v6_early_demux(struct sk_buff *skb) |
1659 | { | 1659 | { |
1660 | const struct ipv6hdr *hdr; | 1660 | const struct ipv6hdr *hdr; |
1661 | const struct tcphdr *th; | 1661 | const struct tcphdr *th; |