Searched refs:ta_buf_size (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/ipfw/ |
H A D | ip_fw_table.h | 120 size_t ta_buf_size; member
|
H A D | ip_fw_table.c | 361 ta_buf_sz = ta->ta_buf_size; in rollback_added_entries() 403 ta_buf_sz = ta->ta_buf_size; in prepare_batch_buffer() 455 ta_buf_sz = ta->ta_buf_size; in flush_batch_buffer() 644 for (i = 0; i < count; i++, v += ta->ta_buf_size) { in add_table_entry() 763 for (i = 0; i < count; i++, v += ta->ta_buf_size) { in del_table_entry() 2316 sz = roundup2(ta->ta_buf_size, sizeof(void *)); in ipfw_add_table_algo()
|
H A D | ip_fw_table_algo.c | 885 .ta_buf_size = sizeof(struct ta_buf_radix), 1871 .ta_buf_size = sizeof(struct ta_buf_chash), 2595 .ta_buf_size = sizeof(struct ta_buf_ifidx), 3023 .ta_buf_size = sizeof(struct ta_buf_numarray), 3747 .ta_buf_size = sizeof(struct ta_buf_fhash), 4010 .ta_buf_size = 0, 4327 .ta_buf_size = sizeof(struct ta_buf_radix),
|