Searched refs:vcc_hash (Results 1 – 2 of 2) sorted by relevance
34 struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; variable35 EXPORT_SYMBOL(vcc_hash);45 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()263 struct hlist_head *head = &vcc_hash[i]; in atm_dev_release_vccs()307 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
151 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];