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.h166 struct tableop_state;
169 int ipfw_link_table_values(struct ip_fw_chain *ch, struct tableop_state *ts,
177 void rollback_table_values(struct tableop_state *ts);
207 struct tableop_state { struct
219 void add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts); argument
220 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.c119 static int check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts,
146 add_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in add_toperation_state()
155 del_toperation_state(struct ip_fw_chain *ch, struct tableop_state *ts) in del_toperation_state()
484 struct tableop_state *ts; in rollback_add_entry()
486 ts = (struct tableop_state *)_state; in rollback_add_entry()
552 struct tableop_state ts; in add_table_entry()
814 check_table_space(struct ip_fw_chain *ch, struct tableop_state *ts, in check_table_space()
1182 struct tableop_state *ts; in restart_flush()
1184 ts = (struct tableop_state *)_state; in restart_flush()
1211 struct tableop_state ts; in flush_table()