]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit - include/net/tcp.h
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)
commit70eabf0e1b8fe11519f793416655266605f700b9
treedf4228d0a84ecc9e5899e4388e47d5f12cdf665d
parentac35f562203a45a04f79f412509df48857f928be
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