Files
linux/net/ipv4
Eric Dumazet e6d1407013 tcp: remove conditional branches from tcp_mstamp_refresh()
tcp_clock_ns() (aka ktime_get_ns()) is using monotonic clock,
so the checks we had in tcp_mstamp_refresh() are no longer
relevant.

This patch removes cpu stall (when the cache line is not hot)

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2019-03-23 21:43:21 -04:00
..
2019-03-22 10:38:23 -04:00
2018-07-24 14:10:43 -07:00
2019-03-21 13:39:25 -07:00
2019-01-27 13:29:43 -08:00