mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 07:12:09 +00:00
tcp: tcp_limit_reno_sacked can become static
Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
2f9889a20c
commit
8eecaba900
2 changed files with 1 additions and 3 deletions
|
@ -1940,7 +1940,7 @@ out:
|
|||
/* Limits sacked_out so that sum with lost_out isn't ever larger than
|
||||
* packets_out. Returns zero if sacked_out adjustement wasn't necessary.
|
||||
*/
|
||||
int tcp_limit_reno_sacked(struct tcp_sock *tp)
|
||||
static int tcp_limit_reno_sacked(struct tcp_sock *tp)
|
||||
{
|
||||
u32 holes;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue