]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/inet_hashtables.h
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[karo-tx-linux.git] / include / net / inet_hashtables.h
index 3fb778d7c87540a64a105c402b0a0d6a3612b595..de2e3ade61028cc9937861a6218e3f26ff4a1321 100644 (file)
@@ -205,7 +205,8 @@ void inet_put_port(struct sock *sk);
 
 void inet_hashinfo_init(struct inet_hashinfo *h);
 
-void __inet_hash_nolisten(struct sock *sk, struct sock *osk);
+bool inet_ehash_insert(struct sock *sk, struct sock *osk);
+bool inet_ehash_nolisten(struct sock *sk, struct sock *osk);
 void __inet_hash(struct sock *sk, struct sock *osk);
 void inet_hash(struct sock *sk);
 void inet_unhash(struct sock *sk);