Searched refs:ta_buf (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | ip_fw_table_algo.c | 388 void *ta_buf); 392 void *ta_buf); 396 void *ta_buf); 651 void *ta_buf) in ta_prepare_add_radix() argument 768 void *ta_buf) in ta_prepare_del_radix() argument 845 void *ta_buf) in ta_flush_radix_entry() argument 1526 void *ta_buf) in ta_prepare_add_chash() argument 1623 void *ta_buf) in ta_prepare_del_chash() argument 1686 void *ta_buf) in ta_flush_chash_entry() argument 2184 void *ta_buf) in ta_prepare_add_ifidx() argument [all …]
|
| H A D | ip_fw_table.h | 81 void *ta_buf); 83 void *ta_buf); 85 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 87 struct tentry_info *tei, void *ta_buf, uint32_t *pnum); 89 void *ta_buf); 93 typedef int (ta_prepare_mod)(void *ta_buf, uint64_t *pflags); 95 void *ta_buf, uint64_t *pflags); 97 void *ta_buf, uint64_t pflags); 98 typedef void (ta_flush_mod)(void *ta_buf);
|
| H A D | ip_fw_table.c | 410 ta_buf_m = *ta_buf; in prepare_batch_buffer() 440 *ta_buf = ta_buf_m; in prepare_batch_buffer() 478 if (ta_buf_m != ta_buf) in flush_batch_buffer() 555 char ta_buf[TA_BUF_SZ]; in add_table_entry() local 569 ta_buf_m, ta_buf); in add_table_entry() 597 ta_buf_m = ta_buf; in add_table_entry() 725 char ta_buf[TA_BUF_SZ]; in del_table_entry() local 742 ta_buf_m = ta_buf; in del_table_entry() 821 char ta_buf[TA_BUF_SZ]; in check_table_space() local 851 memset(&ta_buf, 0, sizeof(ta_buf)); in check_table_space() [all …]
|