Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/netpfil/ipfw/
HDip_fw_table_algo.c294 size_t size6; member
919 size_t size6; member
1291 cfg->size6 = 128; in ta_init_chash()
1295 cfg->head6 = malloc(sizeof(struct chashbhead) * cfg->size6, M_IPFW, in ta_init_chash()
1299 for (i = 0; i < cfg->size6; i++) in ta_init_chash()
1308 hsize = ta_log2(cfg->size4) << 8 | ta_log2(cfg->size6); in ta_init_chash()
1340 for (i = 0; i < cfg->size6; i++) in ta_destroy_chash()
1363 tinfo->size6 = cfg->size6; in ta_dump_chash_tinfo()
1500 hash = hash_ent(&ent, AF_INET6, cfg->mask6, cfg->size6); in ta_find_chash_tentry()
1527 for (i = 0; i < cfg->size6; i++) in ta_foreach_chash()
[all …]
/freebsd-11-stable/sys/netinet/
HDip_fw.h966 uint32_t size6; /* runtime structure size */ member
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-helper.c836 min_pkt.s.size6 = 59; in __cvmx_helper_global_setup_pko()
HDcvmx-pko-defs.h3704 …uint64_t size6 : 8; /**< Minimum packet size-1 in bytes … member
3718 uint64_t size6 : 8;
/freebsd-11-stable/sbin/ipfw/
HDtables.c848 d.size = tainfo->size6; in table_show_info()