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

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Dip_fw_table.c342 * Rolls back already @added to @tc entries using state array @ta_buf_m.
344 * 1) ADD state (ta_buf_m[0] ... t_buf_m[added - 1]) for handling update cases
345 * 2) DEL state (ta_buf_m[count[ ... t_buf_m[count + added - 1])
350 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m,
364 v = ta_buf_m;
400 caddr_t ta_buf_m, v; local
410 ta_buf_m = *ta_buf;
422 ta_buf_m = malloc((op == OP_ADD) ? sz * 2 : sz, M_TEMP,
426 v = ta_buf_m;
441 *ta_buf = ta_buf_m;
349 rollback_added_entries(struct ip_fw_chain *ch, struct table_config *tc, struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m, uint32_t count, uint32_t added) argument
450 flush_batch_buffer(struct ip_fw_chain *ch, struct table_algo *ta, struct tentry_info *tei, uint32_t count, int rollback, caddr_t ta_buf_m, caddr_t ta_buf) argument
558 caddr_t ta_buf_m, v; local
720 caddr_t ta_buf_m, v; local
[all...]

Completed in 107 milliseconds