diff options
author | Eric Dumazet <edumazet@google.com> | 2020-06-23 15:31:13 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-06-23 20:10:15 -0700 |
commit | 9b9e2f250e3e6f59ad07e6d03838c27a100e0042 (patch) | |
tree | 96f430fc60e62f27758f7946deb43573d97bc903 /include/net/transp_v6.h | |
parent | b03d2142bea8cf7407a0a668ce8f5f115bd226c4 (diff) | |
download | linux-stable-9b9e2f250e3e6f59ad07e6d03838c27a100e0042.tar.gz linux-stable-9b9e2f250e3e6f59ad07e6d03838c27a100e0042.tar.bz2 linux-stable-9b9e2f250e3e6f59ad07e6d03838c27a100e0042.zip |
tcp: move ipv4_specific to tcp include file
Declare ipv4_specific once, in tcp.h were it belongs.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/transp_v6.h')
-rw-r--r-- | include/net/transp_v6.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/net/transp_v6.h b/include/net/transp_v6.h index a8f6020f1196..da06613c9603 100644 --- a/include/net/transp_v6.h +++ b/include/net/transp_v6.h @@ -56,9 +56,6 @@ ip6_dgram_sock_seq_show(struct seq_file *seq, struct sock *sp, __u16 srcp, #define LOOPBACK4_IPV6 cpu_to_be32(0x7f000006) -/* address family specific functions */ -extern const struct inet_connection_sock_af_ops ipv4_specific; - void inet6_destroy_sock(struct sock *sk); #define IPV6_SEQ_DGRAM_HEADER \ |