Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c927 size_t size4; member
1296 cfg->size4 = 128; in ta_init_chash()
1299 cfg->head4 = malloc(sizeof(struct chashbhead) * cfg->size4, M_IPFW, in ta_init_chash()
1303 for (i = 0; i < cfg->size4; i++) in ta_init_chash()
1313 hsize = ta_log2(cfg->size4) << 8 | ta_log2(cfg->size6); in ta_init_chash()
1341 for (i = 0; i < cfg->size4; i++) in ta_destroy_chash()
1364 tinfo->size4 = cfg->size4; in ta_dump_chash_tinfo()
1486 hash = hash_ent(&ent, AF_INET, cfg->mask4, cfg->size4); in ta_find_chash_tentry()
1527 for (i = 0; i < cfg->size4; i++) in ta_foreach_chash()
1583 hash = hash_ent(ent, AF_INET, cfg->mask4, cfg->size4); in ta_add_chash()
[all …]
/freebsd/sys/netinet/
H A Dip_fw.h1059 uint32_t size4; /* runtime structure size */ member
/freebsd/sbin/ipfw/
H A Dtables.c830 d.size = tainfo->size4; in table_show_info()