aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index 51183bba3835..1439107658c2 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1863,9 +1863,10 @@ extern int sysctl_tcp_recovery;
1863/* Use TCP RACK to detect (some) tail and retransmit losses */ 1863/* Use TCP RACK to detect (some) tail and retransmit losses */
1864#define TCP_RACK_LOST_RETRANS 0x1 1864#define TCP_RACK_LOST_RETRANS 0x1
1865 1865
1866extern void tcp_rack_mark_lost(struct sock *sk); 1866extern void tcp_rack_mark_lost(struct sock *sk, const struct skb_mstamp *now);
1867extern void tcp_rack_advance(struct tcp_sock *tp, 1867extern void tcp_rack_advance(struct tcp_sock *tp, u8 sacked,
1868 const struct skb_mstamp *xmit_time, u8 sacked); 1868 const struct skb_mstamp *xmit_time,
1869 const struct skb_mstamp *ack_time);
1869 1870
1870/* 1871/*
1871 * Save and compile IPv4 options, return a pointer to it 1872 * Save and compile IPv4 options, return a pointer to it