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:
committed by
David S. Miller
parent
a64de47c09
commit
1b9f409293
@@ -182,7 +182,7 @@ static void tcp_incr_quickack(struct sock *sk)
|
||||
icsk->icsk_ack.quick = min(quickacks, TCP_MAX_QUICKACKS);
|
||||
}
|
||||
|
||||
void tcp_enter_quickack_mode(struct sock *sk)
|
||||
static void tcp_enter_quickack_mode(struct sock *sk)
|
||||
{
|
||||
struct inet_connection_sock *icsk = inet_csk(sk);
|
||||
tcp_incr_quickack(sk);
|
||||
|
Reference in New Issue
Block a user