2008-11-26 08:14:31 +07:00
|
|
|
#ifndef __NETNS_XFRM_H
|
|
|
|
#define __NETNS_XFRM_H
|
|
|
|
|
2008-11-26 08:16:11 +07:00
|
|
|
#include <linux/list.h>
|
|
|
|
|
2008-11-26 08:14:31 +07:00
|
|
|
struct netns_xfrm {
|
2008-11-26 08:16:11 +07:00
|
|
|
struct list_head state_all;
|
2008-11-26 08:14:31 +07:00
|
|
|
};
|
|
|
|
|
|
|
|
#endif
|