summaryrefslogtreecommitdiff
path: root/include/net/netns
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-25 17:22:35 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-25 17:22:35 -0800
commit93b851c1c93c7d5cd8d94cd3f3a268b2d5460e9e (patch)
treeb641247bb4ca596de9c19ef6a785256902fc17b3 /include/net/netns
parentadfcf0b27e87d16a6a8c364daa724653d4d8930b (diff)
netns xfrm: per-netns xfrm_policy_byidx hash
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 66489249cd1..5cd7d06c692 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -27,6 +27,7 @@ struct netns_xfrm {
wait_queue_head_t km_waitq;
struct list_head policy_all;
+ struct hlist_head *policy_byidx;
};
#endif