summaryrefslogtreecommitdiffstats
path: root/include/net/netns/xfrm.h
diff options
context:
space:
mode:
authorAlexey Dobriyan <adobriyan@gmail.com>2008-11-25 17:17:24 -0800
committerDavid S. Miller <davem@davemloft.net>2008-11-25 17:17:24 -0800
commitd320bbb306f2085892bc958781e8fcaf5d491589 (patch)
treeb86290122569b7201be6df4632eeca4fd4483ef9 /include/net/netns/xfrm.h
parent73d189dce486cd6693fa29169b1aac0872efbcea (diff)
downloadop-kernel-dev-d320bbb306f2085892bc958781e8fcaf5d491589.zip
op-kernel-dev-d320bbb306f2085892bc958781e8fcaf5d491589.tar.gz
netns xfrm: per-netns xfrm_state_bysrc hash
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netns/xfrm.h')
-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 02487b3..bfcd5a3 100644
--- a/include/net/netns/xfrm.h
+++ b/include/net/netns/xfrm.h
@@ -14,6 +14,7 @@ struct netns_xfrm {
* offending SA.
*/
struct hlist_head *state_bydst;
+ struct hlist_head *state_bysrc;
};
#endif
OpenPOWER on IntegriCloud