aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/inet_sock.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/inet_sock.h')
-rw-r--r--include/net/inet_sock.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h
index 7a6c7f80a8fd..1833c3f389ee 100644
--- a/include/net/inet_sock.h
+++ b/include/net/inet_sock.h
@@ -204,10 +204,6 @@ static inline void inet_sk_copy_descendant(struct sock *sk_to,
204 204
205int inet_sk_rebuild_header(struct sock *sk); 205int inet_sk_rebuild_header(struct sock *sk);
206 206
207extern u32 inet_ehash_secret;
208extern u32 ipv6_hash_secret;
209void build_ehash_secret(void);
210
211static inline unsigned int __inet_ehashfn(const __be32 laddr, 207static inline unsigned int __inet_ehashfn(const __be32 laddr,
212 const __u16 lport, 208 const __u16 lport,
213 const __be32 faddr, 209 const __be32 faddr,