Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table.h162 struct tableop_state;
165 int ipfw_link_table_values(struct ip_fw_chain *ch, struct tableop_state *ts,
173 void rollback_table_values(struct tableop_state *ts);
203 struct tableop_state { struct
215 void add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts); argument
216 void del_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts);
H A Dip_fw_table_value.c335 rollback_table_values(struct tableop_state *ts) in rollback_table_values()
367 alloc_table_vidx(struct ip_fw_chain *ch, struct tableop_state *ts, in alloc_table_vidx()
473 ipfw_link_table_values(struct ip_fw_chain *ch, struct tableop_state *ts, in ipfw_link_table_values()
H A Dip_fw_table.c118 static int check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts,
145 add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in add_toperation_state()
154 del_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in del_toperation_state()
483 struct tableop_state *ts; in rollback_add_entry()
485 ts = (struct tableop_state *)_state; in rollback_add_entry()
548 struct tableop_state ts; in add_table_entry()
811 check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts, in check_table_space()
1125 struct tableop_state *ts; in restart_flush()
1127 ts = (struct tableop_state *)_state; in restart_flush()
1154 struct tableop_state ts; in flush_table()