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