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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/atm/
H A Dcommon.c36 struct hlist_head vcc_hash[VCC_HTABLE_SIZE]; variable in typeref:struct:hlist_head
42 struct hlist_head *head = &vcc_hash[vcc->vci &
82 EXPORT_SYMBOL(vcc_hash); variable
225 struct hlist_head *head = &vcc_hash[i];
270 struct hlist_head *head = &vcc_hash[vci &
H A Dproc.c82 struct hlist_head *head = &vcc_hash[*bucket];
97 sk = sk_head(&vcc_hash[*bucket]);
H A Dsignaling.c233 struct hlist_head *head = &vcc_hash[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Datmtcp.c171 struct hlist_head *head = &vcc_hash[i];
269 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
H A Deni.c2118 struct hlist_head *head = &vcc_hash[i];
H A Dhe.c349 head = &vcc_hash[vci & (VCC_HTABLE_SIZE -1)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Datmdev.h410 extern struct hlist_head vcc_hash[VCC_HTABLE_SIZE];

Completed in 65 milliseconds