Searched refs:sctp_assoc_hashtable (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/sctp/
H A Dprotocol.c1205 sctp_assoc_hashtable = (struct sctp_hashbucket *)
1207 } while (!sctp_assoc_hashtable && --order > 0);
1208 if (!sctp_assoc_hashtable) {
1214 rwlock_init(&sctp_assoc_hashtable[i].lock);
1215 INIT_HLIST_HEAD(&sctp_assoc_hashtable[i].chain);
1329 free_pages((unsigned long)sctp_assoc_hashtable,
1371 free_pages((unsigned long)sctp_assoc_hashtable,
H A Dproc.c312 head = &sctp_assoc_hashtable[hash];
424 head = &sctp_assoc_hashtable[hash];
H A Dendpointola.c339 head = &sctp_assoc_hashtable[hash];
H A Dinput.c812 head = &sctp_assoc_hashtable[epb->hashent];
841 head = &sctp_assoc_hashtable[epb->hashent];
876 head = &sctp_assoc_hashtable[hash];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/sctp/
H A Dstructs.h262 #define sctp_assoc_hashtable (sctp_globals.assoc_hashtable) macro

Completed in 174 milliseconds