ПС
Size: a a a
ПС
VG
VG
VG
VG
ПС
ПС
ПС
s
VG
ПС
struct ippool_t
{
struct list_head entry;
char *name;
struct list_head gw_list;
struct list_head items;
struct ippool_t *next;
spinlock_t lock;
};
struct ippool_item_t
{
struct list_head entry;
struct ippool_t *pool;
struct ipv6db_item_t it;
};
struct dppool_item_t
{
struct list_head entry;
struct ippool_t *pool;
struct ipv6db_prefix_t it;
};
ПС
ПС