diff options
author | Chris Leech <christopher.leech@intel.com> | 2006-05-23 21:00:16 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-06-18 00:25:50 -0400 |
commit | 0e4b4992b8007c6b62ec143cbbb292f98813ca11 (patch) | |
tree | fccdef8ec226d1febc5f7c22a793b10337026187 /include/net | |
parent | 97fc2f0848c928c63c2ae619deee61a0b1107b69 (diff) |
[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')
-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 | ||