[NETNS][IPV4] tcp - make proc handle the network namespaces

This patch, like udp proc, makes the proc functions to take care of
which namespace the socket belongs.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Daniel Lezcano
2008-03-21 04:13:54 -07:00
committed by David S. Miller
parent 8d9f1744ca
commit f40c8174d3
2 changed files with 36 additions and 9 deletions

View File

@@ -1328,6 +1328,7 @@ struct tcp_seq_afinfo {
};
struct tcp_iter_state {
struct net *net;
sa_family_t family;
enum tcp_seq_states state;
struct sock *syn_wait_sk;