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>
This commit is contained in:
Alexey Dobriyan
2008-11-25 17:17:24 -08:00
committed by David S. Miller
parent 73d189dce4
commit d320bbb306
2 changed files with 15 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ struct netns_xfrm {
* offending SA.
*/
struct hlist_head *state_bydst;
struct hlist_head *state_bysrc;
};
#endif