aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/tcp.h
diff options
context:
space:
mode:
authorChris Leech <christopher.leech@intel.com>2006-05-23 18:00:16 -0700
committerDavid S. Miller <davem@sunset.davemloft.net>2006-06-17 21:25:50 -0700
commit0e4b4992b8007c6b62ec143cbbb292f98813ca11 (patch)
treefccdef8ec226d1febc5f7c22a793b10337026187 /include/net/tcp.h
parent[I/OAT]: Structure changes for TCP recv offload to I/OAT (diff)
downloadlinux-dev-0e4b4992b8007c6b62ec143cbbb292f98813ca11.tar.xz
linux-dev-0e4b4992b8007c6b62ec143cbbb292f98813ca11.zip
[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-static
Needed to be able to call tcp_cleanup_rbuf in tcp_input.c for I/OAT Signed-off-by: Chris Leech <christopher.leech@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r--include/net/tcp.h2
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,
extern void tcp_rcv_space_adjust(struct sock *sk);
+extern void tcp_cleanup_rbuf(struct sock *sk, int copied);
+
extern int tcp_twsk_unique(struct sock *sk,
struct sock *sktw, void *twp);