diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index b510f284427a..89974c5286d8 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -345,7 +345,7 @@ void tcp_v4_err(struct sk_buff *skb, u32); | |||
345 | 345 | ||
346 | void tcp_shutdown(struct sock *sk, int how); | 346 | void tcp_shutdown(struct sock *sk, int how); |
347 | 347 | ||
348 | void tcp_v4_early_demux(struct sk_buff *skb); | 348 | int tcp_v4_early_demux(struct sk_buff *skb); |
349 | int tcp_v4_rcv(struct sk_buff *skb); | 349 | int tcp_v4_rcv(struct sk_buff *skb); |
350 | 350 | ||
351 | int tcp_v4_tw_remember_stamp(struct inet_timewait_sock *tw); | 351 | int tcp_v4_tw_remember_stamp(struct inet_timewait_sock *tw); |
@@ -544,7 +544,6 @@ u32 tcp_tso_autosize(const struct sock *sk, unsigned int mss_now, | |||
544 | int min_tso_segs); | 544 | int min_tso_segs); |
545 | void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, | 545 | void __tcp_push_pending_frames(struct sock *sk, unsigned int cur_mss, |
546 | int nonagle); | 546 | int nonagle); |
547 | bool tcp_may_send_now(struct sock *sk); | ||
548 | int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs); | 547 | int __tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs); |
549 | int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs); | 548 | int tcp_retransmit_skb(struct sock *sk, struct sk_buff *skb, int segs); |
550 | void tcp_retransmit_timer(struct sock *sk); | 549 | void tcp_retransmit_timer(struct sock *sk); |