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 325bfcf5c934..ec183fda05d0 100644
--- a/include/net/tcp.h
+++ b/include/net/tcp.h
@@ -440,7 +440,8 @@ extern int tcp_connect(struct sock *sk);
440 440
441extern struct sk_buff * tcp_make_synack(struct sock *sk, 441extern struct sk_buff * tcp_make_synack(struct sock *sk,
442 struct dst_entry *dst, 442 struct dst_entry *dst,
443 struct request_sock *req); 443 struct request_sock *req,
444 struct request_values *rvp);
444 445
445extern int tcp_disconnect(struct sock *sk, int flags); 446extern int tcp_disconnect(struct sock *sk, int flags);
446 447