[ICSK]: Move generalised functions from tcp to inet_connection_sock
This also improves reqsk_queue_prune and renames it to inet_csk_reqsk_queue_prune, as it deals with both inet_connection_sock and inet_request_sock objects, not just with request_sock ones thus belonging to inet_request_sock. Signed-off-by:Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/net/inet_connection_sock.h 7 additions, 0 deletionsinclude/net/inet_connection_sock.h
- include/net/request_sock.h 0 additions, 4 deletionsinclude/net/request_sock.h
- include/net/tcp.h 0 additions, 6 deletionsinclude/net/tcp.h
- net/dccp/timer.c 1 addition, 5 deletionsnet/dccp/timer.c
- net/ipv4/inet_connection_sock.c 214 additions, 0 deletionsnet/ipv4/inet_connection_sock.c
- net/ipv4/tcp.c 0 additions, 120 deletionsnet/ipv4/tcp.c
- net/ipv4/tcp_timer.c 2 additions, 91 deletionsnet/ipv4/tcp_timer.c
Loading
Please register or sign in to comment