vcc_hash          172 drivers/atm/atmtcp.c 		struct hlist_head *head = &vcc_hash[i];
vcc_hash          269 drivers/atm/atmtcp.c         head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
vcc_hash         2177 drivers/atm/eni.c 		struct hlist_head *head = &vcc_hash[i];
vcc_hash          338 drivers/atm/he.c 	head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
vcc_hash          904 drivers/atm/solos-pci.c 	head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
vcc_hash          222 include/linux/atmdev.h extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
vcc_hash           35 net/atm/common.c struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
vcc_hash           36 net/atm/common.c EXPORT_SYMBOL(vcc_hash);
vcc_hash           46 net/atm/common.c 	struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)];
vcc_hash          268 net/atm/common.c 		struct hlist_head *head = &vcc_hash[i];
vcc_hash          315 net/atm/common.c 	struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)];
vcc_hash           84 net/atm/proc.c 			struct hlist_head *head = &vcc_hash[*bucket];
vcc_hash           99 net/atm/proc.c 		sk = sk_head(&vcc_hash[*bucket]);
vcc_hash          210 net/atm/signaling.c 		struct hlist_head *head = &vcc_hash[i];