Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c398 void *ta_buf);
400 struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
402 void *ta_buf);
404 struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
406 void *ta_buf);
661 void *ta_buf) in ta_prepare_add_addr_radix() argument
671 tb = (struct ta_buf_radix *)ta_buf; in ta_prepare_add_addr_radix()
715 void *ta_buf, uint32_t *pnum) in ta_add_addr_radix() argument
724 tb = (struct ta_buf_radix *)ta_buf; in ta_add_addr_radix()
778 void *ta_buf) in ta_prepare_del_addr_radix() argument
[all …]
H A Dip_fw_table.h79 void *ta_buf);
81 void *ta_buf);
83 struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
85 struct tentry_info *tei, void *ta_buf, uint32_t *pnum);
87 void *ta_buf);
91 typedef int (ta_prepare_mod)(void *ta_buf, uint64_t *pflags);
93 void *ta_buf, uint64_t *pflags);
95 void *ta_buf, uint64_t pflags);
96 typedef void (ta_flush_mod)(void *ta_buf);
H A Dip_fw_table.c396 struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf) in prepare_batch_buffer() argument
407 memset(*ta_buf, 0, TA_BUF_SZ); in prepare_batch_buffer()
408 ta_buf_m = *ta_buf; in prepare_batch_buffer()
438 *ta_buf = ta_buf_m; in prepare_batch_buffer()
449 caddr_t ta_buf_m, caddr_t ta_buf) in flush_batch_buffer() argument
476 if (ta_buf_m != ta_buf) in flush_batch_buffer()
553 char ta_buf[TA_BUF_SZ]; in add_table_entry() local
567 ta_buf_m, ta_buf); in add_table_entry()
595 ta_buf_m = ta_buf; in add_table_entry()
703 flush_batch_buffer(ch, ta, tei, count, rollback, ta_buf_m, ta_buf); in add_table_entry()
[all …]