Home
last modified time | relevance | path

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

/linux/net/atm/
H A 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()
263 struct hlist_head *head = &vcc_hash[i]; in atm_dev_release_vccs()
307 struct hlist_head *head = &vcc_hash[vci & (VCC_HTABLE_SIZE - 1)]; in check_ci()
/linux/include/linux/
H A Datmdev.h151 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];