Searched refs:ta_buf (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 400 void *ta_buf); 402 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 404 void *ta_buf); 406 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 408 void *ta_buf); 663 void *ta_buf) in ta_prepare_add_addr_radix() argument 673 tb = (struct ta_buf_radix *)ta_buf; in ta_prepare_add_addr_radix() 717 void *ta_buf, uint32_t *pnum) in ta_add_addr_radix() argument 726 tb = (struct ta_buf_radix *)ta_buf; in ta_add_addr_radix() 780 void *ta_buf) in ta_prepare_del_addr_radix() argument [all …]
|
| H A D | ip_fw_table.h | 102 void *ta_buf); 104 void *ta_buf); 106 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 108 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 110 void *ta_buf); 114 typedef int (ta_prepare_mod)(void *ta_buf, uint64_t *pflags); 116 void *ta_buf, uint64_t *pflags); 118 void *ta_buf, uint64_t pflags); 119 typedef void (ta_flush_mod)(void *ta_buf);
|
| H A D | ip_fw_table.c | 321 struct tentry_info *tei, uint32_t count, int op, caddr_t *ta_buf) in prepare_batch_buffer() argument 332 memset(*ta_buf, 0, TA_BUF_SZ); in prepare_batch_buffer() 333 ta_buf_m = *ta_buf; in prepare_batch_buffer() 363 *ta_buf = ta_buf_m; in prepare_batch_buffer() 374 caddr_t ta_buf_m, caddr_t ta_buf) in flush_batch_buffer() argument 401 if (ta_buf_m != ta_buf) in flush_batch_buffer() 426 char ta_buf[TA_BUF_SZ]; in add_table_entry() local 447 ta_buf_m = ta_buf; in add_table_entry() 534 flush_batch_buffer(ch, ta, tei, count, rollback, ta_buf_m, ta_buf); in add_table_entry() 551 char ta_buf[TA_BUF_SZ]; in del_table_entry() local [all …]
|