diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-25 17:22:35 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 17:22:35 -0800 |
commit | 93b851c1c93c7d5cd8d94cd3f3a268b2d5460e9e (patch) | |
tree | b641247bb4ca596de9c19ef6a785256902fc17b3 /include/net/netns | |
parent | adfcf0b27e87d16a6a8c364daa724653d4d8930b (diff) | |
download | op-kernel-dev-93b851c1c93c7d5cd8d94cd3f3a268b2d5460e9e.zip op-kernel-dev-93b851c1c93c7d5cd8d94cd3f3a268b2d5460e9e.tar.gz |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/netns/xfrm.h b/include/net/netns/xfrm.h index 6648924..5cd7d06 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 |