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