Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h168 struct tableop_state;
171 int ipfw_link_table_values(struct ip_fw_chain *ch, struct tableop_state *ts,
179 void rollback_table_values(struct tableop_state *ts);
209 struct tableop_state { struct
221 void add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts); argument
222 void del_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts);
H A Dip_fw_table_value.c332 rollback_table_values(struct tableop_state *ts) in rollback_table_values()
364 alloc_table_vidx(struct ip_fw_chain *ch, struct tableop_state *ts, in alloc_table_vidx()
470 ipfw_link_table_values(struct ip_fw_chain *ch, struct tableop_state *ts, in ipfw_link_table_values()
H A Dip_fw_table.c121 static int check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts,
148 add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in add_toperation_state()
157 del_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in del_toperation_state()
486 struct tableop_state *ts; in rollback_add_entry()
488 ts = (struct tableop_state *)_state; in rollback_add_entry()
554 struct tableop_state ts; in add_table_entry()
816 check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts, in check_table_space()
1184 struct tableop_state *ts; in restart_flush()
1186 ts = (struct tableop_state *)_state; in restart_flush()
1213 struct tableop_state ts; in flush_table()