Files
linux/include/linux
Eric Dumazet 69e996c58a tcp: add tp->tcp_mstamp field
We want to use precise timestamps in TCP stack, but we do not
want to call possibly expensive kernel time services too often.

tp->tcp_mstamp is guaranteed to be updated once per incoming packet.

We will use it in the following patches, removing specific
skb_mstamp_get() calls, and removing ack_time from
struct tcp_sacktag_state.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Acked-by: Neal Cardwell <ncardwell@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2017-04-26 14:44:36 -04:00
..
2017-03-07 14:30:38 +01:00
2017-04-17 11:08:31 -04:00
2017-04-11 14:38:43 -04:00
2017-02-24 17:46:55 -08:00
2017-02-27 10:07:47 -08:00
2017-03-22 00:18:22 -07:00
2017-03-22 16:16:17 +01:00
2017-02-24 17:46:57 -08:00
2017-04-24 14:30:46 -04:00
2017-04-11 11:16:03 -04:00
2017-04-24 12:40:24 -04:00
2017-02-27 18:43:46 -08:00
2017-04-14 10:05:36 +02:00
2017-03-22 12:15:15 -07:00
2017-04-26 14:44:36 -04:00