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

/freebsd-11-stable/sys/netpfil/ipfw/
H A 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;
H A Dip_fw_table.c73 struct table_config { struct
94 struct table_config **tc);
95 static struct table_config *find_table(struct namedobj_instance *ni,
97 static struct table_config *alloc_table_config(struct ip_fw_chain *ch,
100 struct table_config *tc);
103 static void link_table(struct ip_fw_chain *ch, struct table_config *tc);
104 static void unlink_table(struct ip_fw_chain *ch, struct table_config *tc);
106 struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc);
111 static void export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
121 struct table_config *t
[all...]
H A Dip_fw_table_value.c127 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, int vshared,
308 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
417 ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
481 struct table_config *tc;

Completed in 67 milliseconds