Home
last modified time | relevance | path

Searched refs:hash_entry_num (Results 1 – 2 of 2) sorted by relevance

/f-stack/dpdk/examples/l3fwd/
H A Dmain.c349 parse_hash_entry_number(const char *hash_entry_num) in parse_hash_entry_number() argument
354 hash_en = strtoul(hash_entry_num, &end, 16); in parse_hash_entry_number()
355 if ((hash_entry_num[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_hash_entry_number()
/f-stack/dpdk/examples/performance-thread/l3fwd-thread/
H A Dmain.c2696 parse_hash_entry_number(const char *hash_entry_num) in parse_hash_entry_number() argument
2702 hash_en = strtoul(hash_entry_num, &end, 16); in parse_hash_entry_number()
2703 if ((hash_entry_num[0] == '\0') || (end == NULL) || (*end != '\0')) in parse_hash_entry_number()