tcp: new helper tcp_rack_skb_timeout
authorYuchung Cheng <[email protected]>
Wed, 16 May 2018 23:40:16 +0000 (16:40 -0700)
committerDavid S. Miller <[email protected]>
Thu, 17 May 2018 19:41:29 +0000 (15:41 -0400)
commitb8fef65a8a76c2f887c56bf8e9684ff04e8d3b9f
treec6126e6ae98c561fa0d1a77593c367d779737771
parentc77d62ffae377de331a19020c0b598a6faceb0ef
tcp: new helper tcp_rack_skb_timeout

Create and export a new helper tcp_rack_skb_timeout and move tcp_is_rack
to prepare the final RTO change.

Signed-off-by: Yuchung Cheng <[email protected]>
Signed-off-by: Neal Cardwell <[email protected]>
Reviewed-by: Eric Dumazet <[email protected]>
Reviewed-by: Soheil Hassas Yeganeh <[email protected]>
Reviewed-by: Priyaranjan Jha <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/net/tcp.h
net/ipv4/tcp_input.c
net/ipv4/tcp_recovery.c