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

/freebsd-11-stable/sys/netpfil/ipfw/
H A Dip_fw_table.c343 * Rolls back already @added to @tc entries using state array @ta_buf_m.
345 * 1) ADD state (ta_buf_m[0] ... t_buf_m[added - 1]) for handling update cases
346 * 2) DEL state (ta_buf_m[count[ ... t_buf_m[count + added - 1])
351 struct table_info *tinfo, struct tentry_info *tei, caddr_t ta_buf_m,
365 v = ta_buf_m;
401 caddr_t ta_buf_m, v; local
411 ta_buf_m = *ta_buf;
423 ta_buf_m = malloc((op == OP_ADD) ? sz * 2 : sz, M_TEMP,
427 v = ta_buf_m;
442 *ta_buf = ta_buf_m;
350 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
451 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
559 caddr_t ta_buf_m, v; local
721 caddr_t ta_buf_m, v; local
[all...]

Completed in 61 milliseconds