diff options
| author | Eric Dumazet <[email protected]> | 2014-09-05 22:33:32 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2014-09-06 00:49:33 +0000 |
| commit | 04317dafd11dd7b0ec19b85f098414abae6ed5f7 (patch) | |
| tree | 3e9a5c6b3aea2e8b1f519d031fb0fcfa4af970fb /net/ipv4/tcp_timer.c | |
| parent | Merge branch 'eth_get_headlen' (diff) | |
| download | kernel-04317dafd11dd7b0ec19b85f098414abae6ed5f7.tar.gz kernel-04317dafd11dd7b0ec19b85f098414abae6ed5f7.zip | |
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 <[email protected]>
Acked-by: Yuchung Cheng <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/ipv4/tcp_timer.c')
0 files changed, 0 insertions, 0 deletions
