Eric Dumazet 7faee5c0d5 tcp: remove TCP_SKB_CB(skb)->when
After commit 740b0f1841f6 ("tcp: switch rtt estimations to usec resolution"),
we no longer need to maintain timestamps in two different fields.

TCP_SKB_CB(skb)->when can be removed, as same information sits in skb_mstamp.stamp_jiffies

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Yuchung Cheng <ycheng@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-09-05 17:49:33 -07:00
..
2014-07-01 23:46:21 -07:00
2014-08-22 12:23:11 -07:00
2014-09-01 20:41:45 -07:00
2014-09-05 17:49:33 -07:00
2014-09-05 15:19:53 -07:00
2014-06-04 22:46:38 -07:00
2014-09-01 21:49:08 -07:00
2014-08-13 18:13:19 -06:00