Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Datmdev.h220 #define VCC_HTABLE_SIZE 32 macro
222 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
/Linux-v5.4/net/atm/
Dcommon.c35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE];
46 struct hlist_head *head = &vcc_hash[vcc->vci & (VCC_HTABLE_SIZE - 1)]; in __vcc_insert_socket()
47 sk->sk_hash = vcc->vci & (VCC_HTABLE_SIZE - 1); in __vcc_insert_socket()
267 for (i = 0; i < VCC_HTABLE_SIZE; i++) { in atm_dev_release_vccs()
315 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
Dproc.c83 for (*bucket = 0; *bucket < VCC_HTABLE_SIZE; ++*bucket) { in __vcc_walk()
98 if (!sk && ++*bucket < VCC_HTABLE_SIZE) { in __vcc_walk()
Dsignaling.c209 for (i = 0; i < VCC_HTABLE_SIZE; ++i) { in sigd_close()
/Linux-v5.4/drivers/atm/
Datmtcp.c171 for(i = 0; i < VCC_HTABLE_SIZE; ++i) { in atmtcp_v_ioctl()
269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
Dsolos-pci.c904 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in find_vcc()
Deni.c2176 for(i = 0; i < VCC_HTABLE_SIZE; ++i) { in eni_proc_read()
Dhe.c338 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)]; in __find_vcc()