[PATCH RFC] [7/9] Convert TCP exports into namespaces

2007-11-21 Thread Andi Kleen
I defined two namespaces: tcp for TCP internals which are only used by tcp_ipv6.ko And tcpcong for exports used by the TCP congestion modules No need to export any TCP internals to anybody else. So express this in a namespace. I admit I'm not 100% sure tcpcong makes sense -- there might be a

[PATCH RFC] [7/9] Convert TCP exports into namespaces

2007-11-21 Thread Andi Kleen
I defined two namespaces: tcp for TCP internals which are only used by tcp_ipv6.ko And tcpcong for exports used by the TCP congestion modules No need to export any TCP internals to anybody else. So express this in a namespace. I admit I'm not 100% sure tcpcong makes sense -- there might be a