[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>
Showing
- include/net/sock.h 0 additions, 21 deletionsinclude/net/sock.h
- include/net/tcp.h 114 additions, 0 deletionsinclude/net/tcp.h
- net/ipv4/tcp.c 16 additions, 16 deletionsnet/ipv4/tcp.c
- net/ipv4/tcp_input.c 41 additions, 23 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c 1 addition, 1 deletionnet/ipv4/tcp_ipv4.c
- net/ipv4/tcp_output.c 44 additions, 51 deletionsnet/ipv4/tcp_output.c
- net/ipv4/tcp_timer.c 5 additions, 5 deletionsnet/ipv4/tcp_timer.c
Loading
Please register or sign in to comment