SLIST_HEAD
#define SLIST_HEAD(name, type) \
static SLIST_HEAD(, pfstab) table;
static SLIST_HEAD(, xenbus_watch) watches;
static SLIST_HEAD(dm_pdevs, dm_pdev) dm_pdev_list;
SLIST_HEAD(pf_osfp_list, pf_os_fingerprint) pf_osfp_list;
extern SLIST_HEAD(_nilfs_devices, nilfs_device) nilfs_devices;
static SLIST_HEAD(ptyfs_hashhead, ptyfsnode) *ptyfs_node_tbl;
static SLIST_HEAD(,file) unp_thread_discard;
static SLIST_HEAD(, lltable) lltables;
#define SLIST_HEAD(name, type) \
SLIST_HEAD(, if_stat) curlist;
extern SLIST_HEAD(conei_head,conf_neighbour) conei_head;
extern SLIST_HEAD(ldp_peer_head,ldp_peer) ldp_peer_head;
extern SLIST_HEAD(hello_info_head,hello_info) hello_info_head;
extern SLIST_HEAD(pm_head_t, pm_devs) pm_head;