[UDP]: Replace struct net on udp_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:
committed by
David S. Miller
parent
a0f55e0e83
commit
6f191efe48
+1
-1
@@ -194,7 +194,7 @@ struct udp_seq_afinfo {
|
||||
};
|
||||
|
||||
struct udp_iter_state {
|
||||
struct net *net;
|
||||
struct seq_net_private p;
|
||||
sa_family_t family;
|
||||
struct hlist_head *hashtable;
|
||||
int bucket;
|
||||
|
||||
Reference in New Issue
Block a user