Home
last modified time | relevance | path

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

/net/openvswitch/
Dvport.c44 static struct hlist_head *dev_table; variable
54 dev_table = kzalloc(VPORT_HASH_BUCKETS * sizeof(struct hlist_head), in ovs_vport_init()
56 if (!dev_table) in ovs_vport_init()
69 kfree(dev_table); in ovs_vport_exit()
75 return &dev_table[hash & (VPORT_HASH_BUCKETS - 1)]; in hash_bucket()