tcp: use tcp_jiffies32 in __tcp_oow_rate_limited()
authorEric Dumazet <[email protected]>
Tue, 16 May 2017 21:00:10 +0000 (14:00 -0700)
committerDavid S. Miller <[email protected]>
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 <[email protected]>
Acked-by: Soheil Hassas Yeganeh <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
net/ipv4/tcp_input.c