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