]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp
authorEric Dumazet <edumazet@google.com>
Tue, 16 May 2017 21:00:05 +0000 (14:00 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 17 May 2017 20:06:01 +0000 (16:06 -0400)
commit2660bfa84e9236016f3a4f21b7864431d9663338
tree7fd77d66a2f03a8a63b47b38805f5e55c75bd5f1
parentc2203cf75ed7dfab8dfc7ac915a726880ee7512f
tcp_bbr: use tcp_jiffies32 instead of tcp_time_stamp

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>
net/ipv4/tcp_bbr.c