Home
last modified time | relevance | path

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

/net/openvswitch/
Dvport.c27 static struct hlist_head *dev_table; variable
37 dev_table = kcalloc(VPORT_HASH_BUCKETS, sizeof(struct hlist_head), in ovs_vport_init()
39 if (!dev_table) in ovs_vport_init()
52 kfree(dev_table); in ovs_vport_exit()
58 return &dev_table[hash & (VPORT_HASH_BUCKETS - 1)]; in hash_bucket()