Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c294 size_t size6; member
916 size_t size6; member
1285 cfg->size6 = 128; in ta_init_chash()
1356 tinfo->size6 = cfg->size6; in ta_dump_chash_tinfo()
1718 if (cfg->items6 > cfg->size6 && cfg->size6 < 65536) in ta_need_modify_chash()
1719 data |= cfg->size6 * 2; in ta_need_modify_chash()
1752 if (mi->size6 > 0) { in ta_prepare_mod_chash()
1815 if (mi->size6 > 0 && cfg->size6 < mi->size6) { in ta_modify_chash()
1817 new_size = mi->size6; in ta_modify_chash()
1818 old_size = cfg->size6; in ta_modify_chash()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_malloc.c458 const unsigned size6 = size5 / 2; in test_realloc_socket() local
466 ptr5, size6, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h965 uint32_t size6; /* runtime structure size */ member
/f-stack/freebsd/netinet/
H A Dip_fw.h965 uint32_t size6; /* runtime structure size */ member
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper.c836 min_pkt.s.size6 = 59; in __cvmx_helper_global_setup_pko()
H A Dcvmx-pko-defs.h3704 …uint64_t size6 : 8; /**< Minimum packet size-1 in bytes … member
3718 uint64_t size6 : 8;
/f-stack/tools/ipfw/
H A Dtables.c841 d.size = tainfo->size6; in table_show_info()