commit | bdf1ee5d3bd38d0c44bd7baa74e07adcbe4ceab1 | [log] [tgz] |
---|---|---|
author | Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> | Sun May 27 02:04:16 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:47:54 2007 -0700 |
tree | c14e3433624e03b7db6a9f30142581342e848ad6 | |
parent | 539d243fdd7900fa5a544c7c154dc3ddf627e840 [diff] |
[TCP]: Move code from tcp_ecn.h to tcp*.c and tcp.h & remove it No other users exist for tcp_ecn.h. Very few things remain in tcp.h, for most TCP ECN functions callers reside within a single .c file and can be placed there. Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> Signed-off-by: David S. Miller <davem@davemloft.net>