diff options
| author | Arnaldo Carvalho de Melo <[email protected]> | 2005-06-19 05:48:55 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2005-06-19 05:48:55 +0000 |
| commit | 2ad69c55a282315e6119cf7fd744f26a925bdfd2 (patch) | |
| tree | 85350a384e5c1c6646bd8f9e75c6f11c1f6752ff /net/ipv4/tcp_timer.c | |
| parent | [NET] Generalise tcp_listen_opt (diff) | |
| download | kernel-2ad69c55a282315e6119cf7fd744f26a925bdfd2.tar.gz kernel-2ad69c55a282315e6119cf7fd744f26a925bdfd2.zip | |
[NET] rename struct tcp_listen_opt to struct listen_sock
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
| -rw-r--r-- | net/ipv4/tcp_timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_timer.c b/net/ipv4/tcp_timer.c index d97d191149c1..b127b4498565 100644 --- a/net/ipv4/tcp_timer.c +++ b/net/ipv4/tcp_timer.c @@ -464,7 +464,7 @@ out_unlock: static void tcp_synack_timer(struct sock *sk) { struct tcp_sock *tp = tcp_sk(sk); - struct tcp_listen_opt *lopt = tp->accept_queue.listen_opt; + struct listen_sock *lopt = tp->accept_queue.listen_opt; int max_retries = tp->syn_retries ? : sysctl_tcp_synack_retries; int thresh = max_retries; unsigned long now = jiffies; |
