Lines Matching refs:ipfw_ioc_table
98 struct ipfw_ioc_table tbl; in table_append()
157 struct ipfw_ioc_table tbl; in table_remove()
206 struct ipfw_ioc_table ioc_table; in table_flush()
207 struct ipfw_ioc_table *t = &ioc_table; in table_flush()
217 if (do_set_x(IP_FW_TABLE_FLUSH, t, sizeof(struct ipfw_ioc_table)) < 0 ) in table_flush()
225 struct ipfw_ioc_table *ioc_table; in table_list()
239 ioc_table = (struct ipfw_ioc_table *)data; in table_list()
240 count = nbytes / sizeof(struct ipfw_ioc_table); in table_list()
261 table_print(struct ipfw_ioc_table * tbl) in table_print()
324 struct ipfw_ioc_table *tbl; in table_show()
325 tbl = (struct ipfw_ioc_table *)data; in table_show()
336 struct ipfw_ioc_table ioc_table; in table_create()
337 struct ipfw_ioc_table *t = &ioc_table; in table_create()
370 if (do_set_x(IP_FW_TABLE_CREATE, t, sizeof(struct ipfw_ioc_table)) < 0) in table_create()
378 struct ipfw_ioc_table ioc_table; in table_delete()
379 struct ipfw_ioc_table *t = &ioc_table; in table_delete()
392 if (do_set_x(IP_FW_TABLE_DELETE, t, sizeof(struct ipfw_ioc_table)) < 0) in table_delete()
400 struct ipfw_ioc_table tbl; in table_test()
447 struct ipfw_ioc_table tbl; in table_rename()