-
- Downloads
[NET]: Just move the inet_connection_sock function from tcp sources
Completing the previous changeset, this also generalises tcp_v4_synq_add, renaming it to inet_csk_reqsk_queue_hash_add, already geing used in the DCCP tree, which I plan to merge RSN. Signed-off-by:Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/ipv6.h 1 addition, 6 deletionsinclude/linux/ipv6.h
- include/net/inet_connection_sock.h 152 additions, 0 deletionsinclude/net/inet_connection_sock.h
- include/net/tcp.h 8 additions, 152 deletionsinclude/net/tcp.h
- net/ipv4/Makefile 1 addition, 1 deletionnet/ipv4/Makefile
- net/ipv4/inet_connection_sock.c 401 additions, 0 deletionsnet/ipv4/inet_connection_sock.c
- net/ipv4/tcp.c 0 additions, 93 deletionsnet/ipv4/tcp.c
- net/ipv4/tcp_input.c 6 additions, 4 deletionsnet/ipv4/tcp_input.c
- net/ipv4/tcp_ipv4.c 1 addition, 209 deletionsnet/ipv4/tcp_ipv4.c
- net/ipv4/tcp_output.c 13 additions, 6 deletionsnet/ipv4/tcp_output.c
- net/ipv4/tcp_timer.c 5 additions, 60 deletionsnet/ipv4/tcp_timer.c
Loading
Please register or sign in to comment