Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_table_algo.c915 size_t size4; member
1284 cfg->size4 = 128; in ta_init_chash()
1291 for (i = 0; i < cfg->size4; i++) in ta_init_chash()
1329 for (i = 0; i < cfg->size4; i++) in ta_destroy_chash()
1352 tinfo->size4 = cfg->size4; in ta_dump_chash_tinfo()
1716 if (cfg->items4 > cfg->size4 && cfg->size4 < 65536) in ta_need_modify_chash()
1797 old_size = cfg->size4; in ta_modify_chash()
1811 cfg->size4 = mi->size; in ta_modify_chash()
2173 tinfo->size4 = cfg->size; in ta_dump_ifidx_tinfo()
2756 tinfo->size4 = cfg->size; in ta_dump_numarray_tinfo()
[all …]
/f-stack/dpdk/app/test/
H A Dtest_malloc.c383 const unsigned size4 = size3 + 1024; in test_realloc_socket() local
435 ptr3, size4, RTE_CACHE_LINE_SIZE, socket); in test_realloc_socket()
/f-stack/tools/compat/include/netinet/
H A Dip_fw.h960 uint32_t size4; /* runtime structure size */ member
/f-stack/freebsd/netinet/
H A Dip_fw.h960 uint32_t size4; /* runtime structure size */ member
/f-stack/freebsd/contrib/octeon-sdk/
H A Dcvmx-helper.c834 min_pkt.s.size4 = 59; in __cvmx_helper_global_setup_pko()
H A Dcvmx-pko-defs.h3706 …uint64_t size4 : 8; /**< Minimum packet size-1 in bytes … member
3716 uint64_t size4 : 8;
/f-stack/tools/ipfw/
H A Dtables.c823 d.size = tainfo->size4; in table_show_info()