On Tue, May 16, 2017 at 5:00 PM, Eric Dumazet wrote:
> 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
Acked-by: Soheil Hassas Yeganeh
> ---
> net/ipv4/tcp_bbr.c | 12 ++--
> 1 file changed,
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
---
net/ipv4/tcp_bbr.c | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/net/ipv4/tcp_bbr.c b/net/ipv4/tcp_bbr.c
index
92b045c72