commit | 200ecef67b8d09d16ec55f91c92751dcc7a38d40 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Thu Nov 07 11:51:18 2019 -0800 |
committer | David S. Miller <davem@davemloft.net> | Thu Nov 07 16:17:52 2019 -0800 |
tree | 7bb22e541a0be9b507e4fe53f2d3de219ce41def | |
parent | 2386d74845c358f464429c4b071bfc681e913013 [diff] |
tcp: Remove one extra ktime_get_ns() from cookie_init_timestamp tcp_make_synack() already uses tcp_clock_ns(), and can pass the value to cookie_init_timestamp() to avoid another call to ktime_get_ns() helper. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>