diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index c0258100d70c..e07878d246aa 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -409,9 +409,11 @@ extern bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst, | |||
409 | extern bool tcp_remember_stamp(struct sock *sk); | 409 | extern bool tcp_remember_stamp(struct sock *sk); |
410 | extern bool tcp_tw_remember_stamp(struct inet_timewait_sock *tw); | 410 | extern bool tcp_tw_remember_stamp(struct inet_timewait_sock *tw); |
411 | extern void tcp_fastopen_cache_get(struct sock *sk, u16 *mss, | 411 | extern void tcp_fastopen_cache_get(struct sock *sk, u16 *mss, |
412 | struct tcp_fastopen_cookie *cookie); | 412 | struct tcp_fastopen_cookie *cookie, |
413 | int *syn_loss, unsigned long *last_syn_loss); | ||
413 | extern void tcp_fastopen_cache_set(struct sock *sk, u16 mss, | 414 | extern void tcp_fastopen_cache_set(struct sock *sk, u16 mss, |
414 | struct tcp_fastopen_cookie *cookie); | 415 | struct tcp_fastopen_cookie *cookie, |
416 | bool syn_lost); | ||
415 | extern void tcp_fetch_timewait_stamp(struct sock *sk, struct dst_entry *dst); | 417 | extern void tcp_fetch_timewait_stamp(struct sock *sk, struct dst_entry *dst); |
416 | extern void tcp_disable_fack(struct tcp_sock *tp); | 418 | extern void tcp_disable_fack(struct tcp_sock *tp); |
417 | extern void tcp_close(struct sock *sk, long timeout); | 419 | extern void tcp_close(struct sock *sk, long timeout); |