diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-25 17:18:39 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 17:18:39 -0800 |
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 dbbc0e97227..492b471d2a7 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 |