pfstab
SLIST_ENTRY(pfstab) pf_list;
static SLIST_HEAD(, pfstab) table;
struct pfstab *pf;
if ((pf = (struct pfstab *)malloc(sizeof (*pf))) == NULL)