Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.c65 struct table_config **tc);
66 static struct table_config *find_table(struct namedobj_instance *ni,
68 static struct table_config *alloc_table_config(struct ip_fw_chain *ch,
71 struct table_config *tc);
74 static void link_table(struct ip_fw_chain *ch, struct table_config *tc);
75 static void unlink_table(struct ip_fw_chain *ch, struct table_config *tc);
77 struct tentry_info *tei, uint32_t count, int op, struct table_config **ptc);
82 static void export_table_info(struct ip_fw_chain *ch, struct table_config *tc,
90 static int check_table_space(struct ip_fw_chain *ch, struct table_config *tc,
106 get_table_value(struct ip_fw_chain *ch, struct table_config *tc, uint32_t kidx) in get_table_value()
[all …]
H A Dip_fw_table.h43 struct table_config { struct
184 struct table_config;
187 int ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc,
189 void ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc,
193 void ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc,
H A Dip_fw_table_value.c128 get_value_ptrs(struct ip_fw_chain *ch, struct table_config *tc, in get_value_ptrs()
303 ipfw_unref_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_unref_table_values()
325 alloc_table_vidx(struct ip_fw_chain *ch, struct table_config *tc, in alloc_table_vidx()
363 ipfw_garbage_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_garbage_table_values()
422 ipfw_link_table_values(struct ip_fw_chain *ch, struct table_config *tc, in ipfw_link_table_values()