diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-25 20:18:39 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 20:18:39 -0500 |
commit | 0bf7c5b019518d3fe9cb96b9c97bf44d251472c3 (patch) | |
tree | 9deba01a0f6a5e3bbe88f568be2d984e08254af3 /include/net | |
parent | 529983ecabeae3d8e61c9e27079154b1b8544dcd (diff) |
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')
-rw-r--r-- | include/net/netns/xfrm.h | 1 |
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 { | |||
17 | struct hlist_head *state_bysrc; | 17 | struct hlist_head *state_bysrc; |
18 | struct hlist_head *state_byspi; | 18 | struct hlist_head *state_byspi; |
19 | unsigned int state_hmask; | 19 | unsigned int state_hmask; |
20 | unsigned int state_num; | ||
20 | }; | 21 | }; |
21 | 22 | ||
22 | #endif | 23 | #endif |