aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-25 17:18:39 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-25 17:18:39 -0800
commit0bf7c5b019518d3fe9cb96b9c97bf44d251472c3 (patch)
tree9deba01a0f6a5e3bbe88f568be2d984e08254af3 /include/net/netns
parentnetns xfrm: per-netns xfrm_state_hmask (diff)
downloadlinux-dev-0bf7c5b019518d3fe9cb96b9c97bf44d251472c3.tar.xz
linux-dev-0bf7c5b019518d3fe9cb96b9c97bf44d251472c3.zip
netns xfrm: per-netns xfrm_state counts
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns')
-rw-r--r--include/net/netns/xfrm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h
index dbbc0e972273..492b471d2a7f 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -17,6 +17,7 @@ struct netns_xfrm {
struct hlist_head *state_bysrc;
struct hlist_head *state_byspi;
unsigned int state_hmask;
+ unsigned int state_num;
};
#endif