diff options
Diffstat (limited to 'include/net/udp.h')
-rw-r--r-- | include/net/udp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/udp.h b/include/net/udp.h index 635940d374ab..77af7d46d868 100644 --- a/include/net/udp.h +++ b/include/net/udp.h | |||
@@ -194,7 +194,7 @@ struct udp_seq_afinfo { | |||
194 | }; | 194 | }; |
195 | 195 | ||
196 | struct udp_iter_state { | 196 | struct udp_iter_state { |
197 | struct net *net; | 197 | struct seq_net_private p; |
198 | sa_family_t family; | 198 | sa_family_t family; |
199 | struct hlist_head *hashtable; | 199 | struct hlist_head *hashtable; |
200 | int bucket; | 200 | int bucket; |