diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2005-08-09 23:12:12 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 18:49:35 -0400 |
commit | d8c97a9451068dd9f7b838a240bb6db894133a5e (patch) | |
tree | 76d087cbfe404755a385eef131f7063b48525695 /net/ipv4/inet_timewait_sock.c | |
parent | 295f7324ff8d9ea58b4d3ec93b1aaa1d80e048a9 (diff) |
[NET]: Export symbols needed by the current DCCP code
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inet_timewait_sock.c')
-rw-r--r-- | net/ipv4/inet_timewait_sock.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/ipv4/inet_timewait_sock.c b/net/ipv4/inet_timewait_sock.c index 5cba59b869fe..22882d95f646 100644 --- a/net/ipv4/inet_timewait_sock.c +++ b/net/ipv4/inet_timewait_sock.c | |||
@@ -47,6 +47,8 @@ void __inet_twsk_kill(struct inet_timewait_sock *tw, struct inet_hashinfo *hashi | |||
47 | inet_twsk_put(tw); | 47 | inet_twsk_put(tw); |
48 | } | 48 | } |
49 | 49 | ||
50 | EXPORT_SYMBOL_GPL(__inet_twsk_kill); | ||
51 | |||
50 | /* | 52 | /* |
51 | * Enter the time wait state. This is called with locally disabled BH. | 53 | * Enter the time wait state. This is called with locally disabled BH. |
52 | * Essentially we whip up a timewait bucket, copy the relevant info into it | 54 | * Essentially we whip up a timewait bucket, copy the relevant info into it |