Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table.h122 size_t ta_buf_size; member
H A Dip_fw_table.c364 ta_buf_sz = ta->ta_buf_size; in rollback_added_entries()
406 ta_buf_sz = ta->ta_buf_size; in prepare_batch_buffer()
458 ta_buf_sz = ta->ta_buf_size; in flush_batch_buffer()
648 for (i = 0; i < count; i++, v += ta->ta_buf_size) { in add_table_entry()
768 for (i = 0; i < count; i++, v += ta->ta_buf_size) { in del_table_entry()
2634 sz = roundup2(ta->ta_buf_size, sizeof(void *)); in ipfw_add_table_algo()
H A Dip_fw_table_algo.c873 .ta_buf_size = sizeof(struct ta_buf_radix),
1859 .ta_buf_size = sizeof(struct ta_buf_chash),
2586 .ta_buf_size = sizeof(struct ta_buf_ifidx),
3017 .ta_buf_size = sizeof(struct ta_buf_numarray),
3744 .ta_buf_size = sizeof(struct ta_buf_fhash),
4007 .ta_buf_size = 0,