ID_HASH_SIZE
LIST_INSERT_HEAD(&ID_hash[node->ID % ID_HASH_SIZE], node, idnodes);
LIST_FOREACH(np, &ID_hash[ID % ID_HASH_SIZE], idnodes) {
static LIST_HEAD(, ng_node) ID_hash[ID_HASH_SIZE];