blob: 6ae234a1651715c8deea9d6c01da7585cf3fef29 [file] [log] [blame]
Alexey Dobriyand62ddc22008-11-25 17:14:31 -08001#ifndef __NETNS_XFRM_H
2#define __NETNS_XFRM_H
3
Alexey Dobriyan9d4139c2008-11-25 17:16:11 -08004#include <linux/list.h>
5
Alexey Dobriyand62ddc22008-11-25 17:14:31 -08006struct netns_xfrm {
Alexey Dobriyan9d4139c2008-11-25 17:16:11 -08007 struct list_head state_all;
Alexey Dobriyand62ddc22008-11-25 17:14:31 -08008};
9
10#endif