VPORT_HASH_BUCKETS
dev_table = kzalloc_objs(struct hlist_head, VPORT_HASH_BUCKETS);
return &dev_table[hash & (VPORT_HASH_BUCKETS - 1)];