]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit594208afe40c448faca967235691ec04fe9f57e3
treed0409415468234ea393a885a54c734a5c599fff2
parent628174ccc45f648b83374d0a5bd554b0a88522ce
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