aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2008-03-21 07:11:58 -0400
committerDavid S. Miller <davem@davemloft.net>2008-03-21 07:11:58 -0400
commita91275eff43a527e1a25d6d034cbcd19ee323e64 (patch)
treeb4cb01b2bc5da9d5631be2eabab64671fdf766af /include/net
parentea82edf704f6bf3c3a51d0dbee816c5bbc6d3974 (diff)
[NETNS][IPV6] udp - make proc handle the network namespace
This patch makes the common udp proc functions to take care of which socket they should show taking into account the namespace it belongs. Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net')
-rw-r--r--include/net/udp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/udp.h b/include/net/udp.h
index c6669c0a74c7..a1b33d667199 100644
--- a/include/net/udp.h
+++ b/include/net/udp.h
@@ -192,6 +192,7 @@ struct udp_seq_afinfo {
192}; 192};
193 193
194struct udp_iter_state { 194struct udp_iter_state {
195 struct net *net;
195 sa_family_t family; 196 sa_family_t family;
196 struct hlist_head *hashtable; 197 struct hlist_head *hashtable;
197 int bucket; 198 int bucket;