[TCP]: Replace struct net on tcp_iter_state with seq_net_private.

Signed-off-by: Denis V. Lunev <den@openvz.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Denis V. Lunev
2008-04-13 22:11:14 -07:00
committed by David S. Miller
parent 2cf83afe90
commit a4146b1b2c
2 changed files with 6 additions and 7 deletions

View File

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