diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index bede8f7fa742..c81f3b958d44 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -406,11 +406,7 @@ void tcp_clear_retrans(struct tcp_sock *tp); | |||
406 | void tcp_update_metrics(struct sock *sk); | 406 | void tcp_update_metrics(struct sock *sk); |
407 | void tcp_init_metrics(struct sock *sk); | 407 | void tcp_init_metrics(struct sock *sk); |
408 | void tcp_metrics_init(void); | 408 | void tcp_metrics_init(void); |
409 | bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst, | 409 | bool tcp_peer_is_proven(struct request_sock *req, struct dst_entry *dst); |
410 | bool paws_check, bool timestamps); | ||
411 | bool tcp_remember_stamp(struct sock *sk); | ||
412 | bool tcp_tw_remember_stamp(struct inet_timewait_sock *tw); | ||
413 | void tcp_fetch_timewait_stamp(struct sock *sk, struct dst_entry *dst); | ||
414 | void tcp_disable_fack(struct tcp_sock *tp); | 410 | void tcp_disable_fack(struct tcp_sock *tp); |
415 | void tcp_close(struct sock *sk, long timeout); | 411 | void tcp_close(struct sock *sk, long timeout); |
416 | void tcp_init_sock(struct sock *sk); | 412 | void tcp_init_sock(struct sock *sk); |