diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 185e22baecb1..788c99f98597 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -965,7 +965,8 @@ static inline void tcp_sack_reset(struct tcp_options_received *rx_opt) | |||
965 | /* Determine a window scaling and initial window to offer. */ | 965 | /* Determine a window scaling and initial window to offer. */ |
966 | extern void tcp_select_initial_window(int __space, __u32 mss, | 966 | extern void tcp_select_initial_window(int __space, __u32 mss, |
967 | __u32 *rcv_wnd, __u32 *window_clamp, | 967 | __u32 *rcv_wnd, __u32 *window_clamp, |
968 | int wscale_ok, __u8 *rcv_wscale); | 968 | int wscale_ok, __u8 *rcv_wscale, |
969 | __u32 init_rcv_wnd); | ||
969 | 970 | ||
970 | static inline int tcp_win_from_space(int space) | 971 | static inline int tcp_win_from_space(int space) |
971 | { | 972 | { |