summaryrefslogtreecommitdiff
path: root/include/net
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-05-13 19:26:18 -0300
committerArnaldo Carvalho de Melo <acme@conectiva.com.br>2003-05-13 19:26:18 -0300
commit5df7bfe4402f376f71e5c2af3e24eac833ae1781 (patch)
tree4a06350df4e938e7d3fb2ad6d7c345cf9996e843 /include/net
parent29b2559436ac67959dcc17c0407b8df1a0922cbb (diff)
o ipv4/ipv6: call tcp_timewait_kill in tcp_tw_deschedule
After all calls to tcp_tw_deschedule we had a call to tcp_timewait_kill, move it to the end of tcp_tw_deschedule and unexport tcp_timewait_kill, making it static.
Diffstat (limited to 'include/net')
-rw-r--r--include/net/tcp.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index e3a111ce24b3..94c31a3fef43 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -222,7 +222,6 @@ static inline void tcp_tw_put(struct tcp_tw_bucket *tw)
extern atomic_t tcp_orphan_count;
extern int tcp_tw_count;
extern void tcp_time_wait(struct sock *sk, int state, int timeo);
-extern void tcp_timewait_kill(struct tcp_tw_bucket *tw);
extern void tcp_tw_schedule(struct tcp_tw_bucket *tw, int timeo);
extern void tcp_tw_deschedule(struct tcp_tw_bucket *tw);