Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_fw_table.c75 struct table_config { struct
96 struct table_config **tc); argument
97 static struct table_config *find_table(struct namedobj_instance *ni,
99 static struct table_config *alloc_table_config(struct ip_fw_chain *ch,
102 struct table_config *tc);
105 static void link_table(struct ip_fw_chain *ch, struct table_config *tc);
106 static void unlink_table(struct ip_fw_chain *ch, struct table_config *tc);
108 struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc);
113 static void export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
123 struct table_config *tc, struct table_info *ti, uint32_t count);
[all …]
Dip_fw_table.h167 struct table_config;
172 void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
176 void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
198 void tc_ref(struct table_config *tc);
199 void tc_unref(struct table_config *tc);
211 struct table_config *tc;
Dip_fw_table_value.c127 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared, in get_value_ptrs()
308 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_unref_table_values()
417 ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_garbage_table_values()
481 struct table_config *tc; in ipfw_link_table_values()