[TCP] mtu probing: move tcp-specific data out of inet_connection_sock
authorJohn Heffner <jheffner@psc.edu>
Tue, 21 Mar 2006 05:32:58 +0000 (21:32 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 05:32:58 +0000 (21:32 -0800)
commit0e7b13685f9a06949ea3070c97c0f0085a08cd37
tree3ba0a11d61dc2dd64d7a93bb5cd70d58a46fec39
parent1d541ddd74802cfa0eb8a3864668851f6cd79bdf
[TCP] mtu probing: move tcp-specific data out of inet_connection_sock

This moves some TCP-specific MTU probing state out of
inet_connection_sock back to tcp_sock.

Signed-off-by: John Heffner <jheffner@psc.edu>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/tcp.h
include/net/inet_connection_sock.h
net/ipv4/tcp_input.c
net/ipv4/tcp_output.c