Searched refs:vcc_hash (Results 1 – 8 of 8) 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()267 struct hlist_head *head = &vcc_hash[i]; in atm_dev_release_vccs()314 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
84 struct hlist_head *head = &vcc_hash[*bucket]; in __vcc_walk()99 sk = sk_head(&vcc_hash[*bucket]); in __vcc_walk()
210 struct hlist_head *head = &vcc_hash[i]; in sigd_close()
171 struct hlist_head *head = &vcc_hash[i]; in atmtcp_v_ioctl()268 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
916 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
2175 struct hlist_head *head = &vcc_hash[i]; in eni_proc_read()
338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()
222 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];