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>
This commit is contained in:
Alexey Dobriyan
2008-11-25 17:22:35 -08:00
committed by David S. Miller
parent adfcf0b27e
commit 93b851c1c9
2 changed files with 19 additions and 10 deletions

View File

@@ -27,6 +27,7 @@ struct netns_xfrm {
wait_queue_head_t km_waitq;
struct list_head policy_all;
struct hlist_head *policy_byidx;
};
#endif