diff options
Diffstat (limited to 'net/ipv4/inetpeer.c')
-rw-r--r-- | net/ipv4/inetpeer.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c index 1c1335b0d401..f95b89f3916d 100644 --- a/net/ipv4/inetpeer.c +++ b/net/ipv4/inetpeer.c | |||
@@ -532,6 +532,7 @@ static int compute_total(void) | |||
532 | { | 532 | { |
533 | return v4_peers.total + v6_peers.total; | 533 | return v4_peers.total + v6_peers.total; |
534 | } | 534 | } |
535 | EXPORT_SYMBOL_GPL(inet_getpeer); | ||
535 | 536 | ||
536 | /* Called with local BH disabled. */ | 537 | /* Called with local BH disabled. */ |
537 | static void peer_check_expire(unsigned long dummy) | 538 | static void peer_check_expire(unsigned long dummy) |
@@ -577,3 +578,4 @@ void inet_putpeer(struct inet_peer *p) | |||
577 | 578 | ||
578 | local_bh_enable(); | 579 | local_bh_enable(); |
579 | } | 580 | } |
581 | EXPORT_SYMBOL_GPL(inet_putpeer); | ||