]> git.baikalelectronics.ru Git - kernel.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)
commita1013f1d54fa4d47e88080b2e3c6c0e0e6e28eaf
tree8dc61b909cf05632c77689a7607d8ed38caed559
parentb500792a92ea9bb9cf33911f485841d3b69f1823
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