Home
last modified time | relevance | path

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

/linux-4.4.14/net/atm/
Dcommon.c34 struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; variable
35 EXPORT_SYMBOL(vcc_hash);
45 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()
272 struct hlist_head *head = &vcc_hash[i]; in atm_dev_release_vccs()
319 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
Dproc.c85 struct hlist_head *head = &vcc_hash[*bucket]; in __vcc_walk()
100 sk = sk_head(&vcc_hash[*bucket]); in __vcc_walk()
Dsignaling.c210 struct hlist_head *head = &vcc_hash[i]; in sigd_close()
/linux-4.4.14/drivers/atm/
Datmtcp.c171 struct hlist_head *head = &vcc_hash[i]; in atmtcp_v_ioctl()
268 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
Dsolos-pci.c910 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
Deni.c2174 struct hlist_head *head = &vcc_hash[i]; in eni_proc_read()
Dhe.c338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()
/linux-4.4.14/include/linux/
Datmdev.h219 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];