Searched refs:table_config (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table.c | 74 struct table_config { struct 293 struct table_config *tc; in find_ref_table() 548 struct table_config *tc; in add_table_entry() 719 struct table_config *tc; in del_table_entry() 1092 struct table_config *tc; in find_table_entry() 1208 struct table_config *tc; in flush_table() 1483 struct table_config *tc; in destroy_table() 1544 struct table_config *tc; in ipfw_resize_tables() 1630 struct table_config *tc; in ipfw_ref_table() 1730 struct table_config *tc; in describe_table() [all …]
|
| H A D | ip_fw_table.h | 167 struct table_config; 173 void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc, 177 void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, 199 void tc_ref(struct table_config *tc); 200 void tc_unref(struct table_config *tc); 212 struct table_config *tc;
|
| H A D | ip_fw_table_value.c | 125 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, in get_value_ptrs() 306 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_unref_table_values() 410 ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_garbage_table_values() 475 struct table_config *tc; in ipfw_link_table_values()
|