npf_table_create
nl_table_t * npf_table_create(const char *, unsigned, int);
t = npf_table_create(name, (unsigned)tid, type, blob, size);
t = npf_table_create(tname, tid, NPF_TABLE_IFADDR, NULL, 0);
npf_table_t * npf_table_create(const char *, u_int, int, const void *, size_t);
tl = npf_table_create(tname, tid, type);
tl = npf_table_create(tname, tid, NPF_TABLE_IFADDR);
t = npf_table_create(IPSET_NAME, IPSET_TID, NPF_TABLE_IPSET, NULL, 0);
t = npf_table_create(LPM_NAME, LPM_TID, NPF_TABLE_LPM, NULL, 0);
t = npf_table_create(IFADDR_NAME, IFADDR_TID, NPF_TABLE_IFADDR, NULL, 0);
t = npf_table_create(CDB_NAME, CDB_TID, NPF_TABLE_CONST, blob, size);