[TCP]: Abstract out all write queue operations.
authorDavid S. Miller <davem@sunset.davemloft.net>
Wed, 7 Mar 2007 20:12:44 +0000 (12:12 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:02 +0000 (22:24 -0700)
commitfe067e8ab5e0dc5ca3c54634924c628da92090b4
tree98f5a6ebbb770f16682cfc52caea2da1e7eeb73b
parent02ea4923b4997d7e1310c027081f46d584b9d714
[TCP]: Abstract out all write queue operations.

This allows the write queue implementation to be changed,
for example, to one which allows fast interval searching.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/sock.h
include/net/tcp.h
net/ipv4/tcp.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv4/tcp_timer.c