]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime
authorEric Dumazet <edumazet@google.com>
Tue, 16 May 2017 21:00:07 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:06:01 +0000 (16:06 -0400)
commit2fefae6112c87f78094b6f9d7a27d3d83a8f7c71
treedf4228d0a84ecc9e5899e4388e47d5f12cdf665d
parent2afa6355ac82da4dbf14f85c08cc5a686d388072
tcp: use tcp_jiffies32 for rcv_tstamp and lrcvtime

Use tcp_jiffies32 instead of tcp_time_stamp, since
tcp_time_stamp will soon be only used for TCP TS option.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Acked-by: Soheil Hassas Yeganeh <soheil@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c