summaryrefslogtreecommitdiffstats
path: root/include/net/udp.h
diff options
context:
space:
mode:
authorDaniel Lezcano <dlezcano@fr.ibm.com>2008-03-21 04:11:58 -0700
committerDavid S. Miller <davem@davemloft.net>2008-03-21 04:11:58 -0700
commita91275eff43a527e1a25d6d034cbcd19ee323e64 (patch)
treeb4cb01b2bc5da9d5631be2eabab64671fdf766af /include/net/udp.h
parentea82edf704f6bf3c3a51d0dbee816c5bbc6d3974 (diff)
downloadop-kernel-dev-a91275eff43a527e1a25d6d034cbcd19ee323e64.zip
op-kernel-dev-a91275eff43a527e1a25d6d034cbcd19ee323e64.tar.gz
[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/udp.h')
-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 c6669c0..a1b33d6 100644
--- a/include/net/udp.h
+++ b/include/net/udp.h
@@ -192,6 +192,7 @@ struct udp_seq_afinfo {
};
struct udp_iter_state {
+ struct net *net;
sa_family_t family;
struct hlist_head *hashtable;
int bucket;
OpenPOWER on IntegriCloud