]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - net/ipv4/inetpeer.c
ipv6: Add infrastructure to bind inet_peer objects to routes.
[mv-sheeva.git] / net / ipv4 / inetpeer.c
index 1c1335b0d401522890c1398e4da2af912e52670f..f95b89f3916d9542282b8c706ffea40779e5a388 100644 (file)
@@ -532,6 +532,7 @@ static int compute_total(void)
 {
        return v4_peers.total + v6_peers.total;
 }
+EXPORT_SYMBOL_GPL(inet_getpeer);
 
 /* Called with local BH disabled. */
 static void peer_check_expire(unsigned long dummy)
@@ -577,3 +578,4 @@ void inet_putpeer(struct inet_peer *p)
 
        local_bh_enable();
 }
+EXPORT_SYMBOL_GPL(inet_putpeer);