Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c295 size_t size6; member
928 size_t size6; member
1297 cfg->size6 = 128; in ta_init_chash()
1301 cfg->head6 = malloc(sizeof(struct chashbhead) * cfg->size6, M_IPFW, in ta_init_chash()
1305 for (i = 0; i < cfg->size6; i++) in ta_init_chash()
1313 hsize = ta_log2(cfg->size4) << 8 | ta_log2(cfg->size6); in ta_init_chash()
1345 for (i = 0; i < cfg->size6; i++) in ta_destroy_chash()
1368 tinfo->size6 = cfg->size6; in ta_dump_chash_tinfo()
1504 hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6); in ta_find_chash_tentry()
1531 for (i = 0; i < cfg->size6; i++) in ta_foreach_chash()
[all …]
/freebsd/sys/netinet/
H A Dip_fw.h1064 uint32_t size6; /* runtime structure size */ member
/freebsd/sbin/ipfw/
H A Dtables.c848 d.size = tainfo->size6; in table_show_info()