]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
authorEric Dumazet <edumazet@google.com>
Tue, 16 May 2017 21:00:10 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:06:01 +0000 (16:06 -0400)
commit9dadfebd86f1e1fa39cbecdb06455b028437dc76
treed0409415468234ea393a885a54c734a5c599fff2
parenta6455d8135e7cd4f7946bfbd6cfec1c577445820
tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()

This place wants to use tcp_jiffies32, this is good enough.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_input.c