-
- Downloads
[TCP]: Move the tcp sock states to net/tcp_states.h
Lots of places just needs the states, not even linux/tcp.h, where this enum was, needs it. This speeds up development of the refactorings as less sources are rebuilt when things get moved from net/tcp.h. Signed-off-by:Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- fs/smbfs/sock.c 1 addition, 1 deletionfs/smbfs/sock.c
- include/linux/tcp.h 0 additions, 18 deletionsinclude/linux/tcp.h
- include/net/dn.h 1 addition, 0 deletionsinclude/net/dn.h
- include/net/inet_hashtables.h 1 addition, 1 deletioninclude/net/inet_hashtables.h
- include/net/ip6_route.h 0 additions, 1 deletioninclude/net/ip6_route.h
- include/net/ip_vs.h 0 additions, 1 deletioninclude/net/ip_vs.h
- include/net/sctp/constants.h 1 addition, 1 deletioninclude/net/sctp/constants.h
- include/net/tcp.h 2 additions, 0 deletionsinclude/net/tcp.h
- include/net/tcp_states.h 34 additions, 0 deletionsinclude/net/tcp_states.h
- net/appletalk/ddp.c 1 addition, 1 deletionnet/appletalk/ddp.c
- net/ax25/af_ax25.c 1 addition, 1 deletionnet/ax25/af_ax25.c
- net/ax25/ax25_ds_in.c 1 addition, 1 deletionnet/ax25/ax25_ds_in.c
- net/ax25/ax25_ds_timer.c 1 addition, 1 deletionnet/ax25/ax25_ds_timer.c
- net/ax25/ax25_in.c 1 addition, 1 deletionnet/ax25/ax25_in.c
- net/ax25/ax25_std_in.c 1 addition, 1 deletionnet/ax25/ax25_std_in.c
- net/ax25/ax25_std_timer.c 1 addition, 1 deletionnet/ax25/ax25_std_timer.c
- net/ax25/ax25_subr.c 1 addition, 1 deletionnet/ax25/ax25_subr.c
- net/core/datagram.c 3 additions, 3 deletionsnet/core/datagram.c
- net/decnet/af_decnet.c 1 addition, 1 deletionnet/decnet/af_decnet.c
- net/decnet/dn_nsp_in.c 1 addition, 1 deletionnet/decnet/dn_nsp_in.c
Loading
Please register or sign in to comment