Home
last modified time | relevance | path

Searched refs:vcc_hash (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/net/atm/
H A Dcommon.c35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; variable
36 EXPORT_SYMBOL(vcc_hash); variable
46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()
268 struct hlist_head *head = &vcc_hash[i]; in atm_dev_release_vccs()
315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
H A Dproc.c84 struct hlist_head *head = &vcc_hash[*bucket]; in __vcc_walk()
99 sk = sk_head(&vcc_hash[*bucket]); in __vcc_walk()
H A Dsignaling.c210 struct hlist_head *head = &vcc_hash[i]; in sigd_close()
/kernel/linux/linux-6.6/net/atm/
H A Dcommon.c35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; variable
36 EXPORT_SYMBOL(vcc_hash); variable
46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()
268 struct hlist_head *head = &vcc_hash[i]; in atm_dev_release_vccs()
315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
H A Dproc.c84 struct hlist_head *head = &vcc_hash[*bucket]; in __vcc_walk()
99 sk = sk_head(&vcc_hash[*bucket]); in __vcc_walk()
H A Dsignaling.c210 struct hlist_head *head = &vcc_hash[i]; in sigd_close()
/kernel/linux/linux-5.10/drivers/atm/
H A Datmtcp.c172 struct hlist_head *head = &vcc_hash[i]; in atmtcp_v_ioctl()
269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
H A Dsolos-pci.c904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
H A Dhe.c338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()
H A Deni.c2160 struct hlist_head *head = &vcc_hash[i]; in eni_proc_read()
/kernel/linux/linux-6.6/drivers/atm/
H A Datmtcp.c172 struct hlist_head *head = &vcc_hash[i]; in atmtcp_v_ioctl()
269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
H A Dsolos-pci.c904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
H A Deni.c2160 struct hlist_head *head = &vcc_hash[i]; in eni_proc_read()
H A Dhe.c338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()
/kernel/linux/linux-5.10/include/linux/
H A Datmdev.h213 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
/kernel/linux/linux-6.6/include/linux/
H A Datmdev.h214 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];

Completed in 27 milliseconds