diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 4d788181654e..c25cb5278b95 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -975,7 +975,7 @@ static inline void tcp_openreq_init(struct request_sock *req, | |||
975 | ireq->rmt_port = tcp_hdr(skb)->source; | 975 | ireq->rmt_port = tcp_hdr(skb)->source; |
976 | } | 976 | } |
977 | 977 | ||
978 | extern void tcp_enter_memory_pressure(void); | 978 | extern void tcp_enter_memory_pressure(struct sock *sk); |
979 | 979 | ||
980 | static inline int keepalive_intvl_when(const struct tcp_sock *tp) | 980 | static inline int keepalive_intvl_when(const struct tcp_sock *tp) |
981 | { | 981 | { |