X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=net%2Fipv4%2Finet_hashtables.c;h=d3ec83423bcbdf51b868cf75aad8ebd1046c0df8;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=1de39062dc5a799a9036ae5fc10ce9a468c5592b;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c index 1de39062d..d3ec83423 100644 --- a/net/ipv4/inet_hashtables.c +++ b/net/ipv4/inet_hashtables.c @@ -43,6 +43,8 @@ struct inet_bind_bucket *inet_bind_bucket_create(kmem_cache_t *cachep, return tb; } +EXPORT_SYMBOL(inet_bind_bucket_create); + /* * Caller must hold hashbucket lock for this tb with local BH disabled */ @@ -62,6 +64,8 @@ void inet_bind_hash(struct sock *sk, struct inet_bind_bucket *tb, inet_csk(sk)->icsk_bind_hash = tb; } +EXPORT_SYMBOL(inet_bind_hash); + /* * Get rid of any references to a local port held by the given sock. */ @@ -310,7 +314,7 @@ ok: spin_unlock(&head->lock); if (tw) { - inet_twsk_deschedule(tw, death_row); + inet_twsk_deschedule(tw, death_row);; inet_twsk_put(tw); }