mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-27 00:51:35 +00:00
[NET] rename struct tcp_listen_opt to struct listen_sock
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
0e87506fcc
commit
2ad69c55a2
7 changed files with 17 additions and 17 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue