diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index d0c2c2fa7587..578cccf275d3 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -294,6 +294,8 @@ extern int tcp_rcv_established(struct sock *sk, | |||
294 | 294 | ||
295 | extern void tcp_rcv_space_adjust(struct sock *sk); | 295 | extern void tcp_rcv_space_adjust(struct sock *sk); |
296 | 296 | ||
297 | extern void tcp_cleanup_rbuf(struct sock *sk, int copied); | ||
298 | |||
297 | extern int tcp_twsk_unique(struct sock *sk, | 299 | extern int tcp_twsk_unique(struct sock *sk, |
298 | struct sock *sktw, void *twp); | 300 | struct sock *sktw, void *twp); |
299 | 301 | ||