NODE_HTABLE_SIZE
struct hlist_head node_htable[NODE_HTABLE_SIZE];
return addr & (NODE_HTABLE_SIZE - 1);
struct hlist_head peers[NODE_HTABLE_SIZE];