Searched refs:ent_sz (Results 1 – 2 of 2) sorted by relevance
99 uint8_t ent_sz; member112 .ent_sz = 4,670 if (!((config.ent_sz == 1) || (config.ent_sz == 2) || in check_config()671 (config.ent_sz == 4) || (config.ent_sz == 8))) { in check_config()673 config.ent_sz); in check_config()677 if ((config.ent_sz == 1) && (config.flags & IPV6_FLAG)) { in check_config()764 config.ent_sz = strtoul(optarg, &endptr, 10); in parse_opts()861 conf.dir24_8.nh_sz = __builtin_ctz(config.ent_sz); in run_v4()1061 conf.trie.nh_sz = __builtin_ctz(config.ent_sz); in run_v6()1285 __builtin_ctz(config.ent_sz)); in main()[all …]
112 #define ICE_MAX_ENTRIES_IN_BUF(hd_sz, ent_sz) ((ICE_PKG_BUF_SIZE - \ argument114 (ent_sz))