Home
last modified time | relevance | path

Searched refs:table_config (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/sys/netpfil/ipfw/
H A Dip_fw_table.c72 struct table_config { struct
291 struct table_config *tc; in find_ref_table()
546 struct table_config *tc; in add_table_entry()
717 struct table_config *tc; in del_table_entry()
1090 struct table_config *tc; in find_table_entry()
1206 struct table_config *tc; in flush_table()
1481 struct table_config *tc; in destroy_table()
1542 struct table_config *tc; in ipfw_resize_tables()
1627 struct table_config *tc; in ipfw_ref_table()
1727 struct table_config *tc; in describe_table()
[all …]
H A Dip_fw_table.h165 struct table_config;
171 void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
175 void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
197 void tc_ref(struct table_config *tc);
198 void tc_unref(struct table_config *tc);
210 struct table_config *tc;
H A Dip_fw_table_value.c124 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, in get_value_ptrs()
305 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_unref_table_values()
409 ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_garbage_table_values()
474 struct table_config *tc; in ipfw_link_table_values()