]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
tcp: replace misc tcp_time_stamp to tcp_jiffies32
authorEric Dumazet <edumazet@google.com>
Tue, 16 May 2017 21:00:13 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:06:01 +0000 (16:06 -0400)
commitac9517fcf310327fa3e3b0d8366e4b11236b1b4b
tree8dc61b909cf05632c77689a7607d8ed38caed559
parent46bf466f08c9db0db1b77d3ecb5694926c73583a
tcp: replace misc tcp_time_stamp to tcp_jiffies32

After this patch, all uses of tcp_time_stamp will require
a change when we introduce 1 ms and/or 1 us 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>
net/ipv4/tcp.c
net/ipv4/tcp_htcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_minisocks.c
net/ipv4/tcp_output.c