Home
last modified time | relevance | path

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

/net/atm/
Dcommon.c35 struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; variable
36 EXPORT_SYMBOL(vcc_hash);
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()
Dproc.c84 struct hlist_head *head = &vcc_hash[*bucket]; in __vcc_walk()
99 sk = sk_head(&vcc_hash[*bucket]); in __vcc_walk()
Dsignaling.c210 struct hlist_head *head = &vcc_hash[i]; in sigd_close()