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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h
index c006255a0df1..d37ad0c3ea9c 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -1207,7 +1207,8 @@ static inline int tcp_full_space(const struct sock *sk)
1207} 1207}
1208 1208
1209extern void tcp_openreq_init_rwin(struct request_sock *req, 1209extern void tcp_openreq_init_rwin(struct request_sock *req,
1210 struct sock *sk, struct dst_entry *dst); 1210 const struct sock *sk_listener,
1211 const struct dst_entry *dst);
1211 1212
1212void tcp_enter_memory_pressure(struct sock *sk); 1213void tcp_enter_memory_pressure(struct sock *sk);
1213 1214