diff options
author | Alexey Dobriyan <adobriyan@gmail.com> | 2008-11-25 17:17:47 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-25 17:17:47 -0800 |
commit | b754a4fd8f58d245c9b5e92914cce09c4309cb67 (patch) | |
tree | b4b98f60c8be664723106a6ef91cdab669c29657 /include/net/netns | |
parent | d320bbb306f2085892bc958781e8fcaf5d491589 (diff) |
netns xfrm: per-netns xfrm_state_byspi 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 bfcd5a3e25b..b05ca3f366a 100644 --- a/include/net/netns/xfrm.h +++ b/include/net/netns/xfrm.h @@ -15,6 +15,7 @@ struct netns_xfrm { */ struct hlist_head *state_bydst; struct hlist_head *state_bysrc; + struct hlist_head *state_byspi; }; #endif |