]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - include/net/netns/xfrm.h
netns xfrm: per-netns xfrm_state_byspi hash
[mirror_ubuntu-artful-kernel.git] / include / net / netns / xfrm.h
index bfcd5a3e25b6c1e52bbca96856c7b6b7adf5d493..b05ca3f366aa8b3b08d3639056bf12fee7cb6946 100644 (file)
@@ -15,6 +15,7 @@ struct netns_xfrm {
         */
        struct hlist_head       *state_bydst;
        struct hlist_head       *state_bysrc;
+       struct hlist_head       *state_byspi;
 };
 
 #endif