From: Eric Dumazet Date: Fri, 5 Sep 2014 22:33:32 +0000 (-0700) Subject: tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn X-Git-Tag: fixes-against-v3.18-rc2~81^2~148^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04317dafd11dd7b0ec19b85f098414abae6ed5f7;p=pandora-kernel.git tcp: introduce TCP_SKB_CB(skb)->tcp_tw_isn TCP_SKB_CB(skb)->when has different meaning in output and input paths. In output path, it contains a timestamp. In input path, it contains an ISN, chosen by tcp_timewait_state_process() Lets add a different name to ease code comprehension. Note that 'when' field will disappear in following patch, as skb_mstamp already contains timestamp, the anonymous union will promptly disappear as well. Signed-off-by: Eric Dumazet Acked-by: Yuchung Cheng Signed-off-by: David S. Miller --- Reading git-diff-tree failed