1 2 3 4 5 6 7 8 9 10
#ifndef __NETNS_XFRM_H #define __NETNS_XFRM_H #include <linux/list.h> struct netns_xfrm { struct list_head state_all; }; #endif