mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
tcp: tcp_enter_quickack_mode can be static
Function only used in tcp_input.c Signed-off-by: Stephen Hemminger <shemminger@vyatta.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
a64de47c09
commit
1b9f409293
2 changed files with 1 additions and 3 deletions
|
@ -346,8 +346,6 @@ static inline void tcp_dec_quickack_mode(struct sock *sk,
|
|||
}
|
||||
}
|
||||
|
||||
extern void tcp_enter_quickack_mode(struct sock *sk);
|
||||
|
||||
#define TCP_ECN_OK 1
|
||||
#define TCP_ECN_QUEUE_CWR 2
|
||||
#define TCP_ECN_DEMAND_CWR 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue