Searched refs:ta_buf (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/sys/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 398 void *ta_buf); 402 void *ta_buf); 406 void *ta_buf); 661 void *ta_buf) in ta_prepare_add_addr_radix() argument 778 void *ta_buf) in ta_prepare_del_addr_radix() argument 855 void *ta_buf) in ta_flush_radix_entry() argument 1536 void *ta_buf) in ta_prepare_add_chash() argument 1633 void *ta_buf) in ta_prepare_del_chash() argument 1696 void *ta_buf) in ta_flush_chash_entry() argument 2194 void *ta_buf) in ta_prepare_add_ifidx() argument [all …]
|
| H A D | ip_fw_table.h | 79 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 D | ip_fw_table.c | 408 ta_buf_m = *ta_buf; in prepare_batch_buffer() 438 *ta_buf = ta_buf_m; in prepare_batch_buffer() 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() 723 char ta_buf[TA_BUF_SZ]; in del_table_entry() local 740 ta_buf_m = ta_buf; in del_table_entry() 819 char ta_buf[TA_BUF_SZ]; in check_table_space() local 849 memset(&ta_buf, 0, sizeof(ta_buf)); in check_table_space() [all …]
|