Searched refs:NPF_TABLE_IPSET (Results 1 – 6 of 6) sorted by relevance
386 case NPF_TABLE_IPSET: in npf_table_create()431 case NPF_TABLE_IPSET: in npf_table_destroy()477 case NPF_TABLE_IPSET: in npf_table_check()557 case NPF_TABLE_IPSET: in npf_table_insert()628 case NPF_TABLE_IPSET: in npf_table_remove()684 case NPF_TABLE_IPSET: in npf_table_lookup()810 case NPF_TABLE_IPSET: in npf_table_list()840 case NPF_TABLE_IPSET: in npf_table_flush()863 if (t->t_type != NPF_TABLE_IPSET || LIST_EMPTY(&t->t_gc)) { in npf_table_gc()
255 #define NPF_TABLE_IPSET 1 macro
351 : IPSET { $$ = NPF_TABLE_IPSET; }357 $$ = NPF_TABLE_IPSET;
207 { "ipset", NPF_TABLE_IPSET }, in npfctl_table_type()
657 [NPF_TABLE_IPSET] = "ipset", in npfctl_print_table()
193 t = npf_table_create(IPSET_NAME, IPSET_TID, NPF_TABLE_IPSET, NULL, 0); in test_basic()