Home
last modified time | relevance | path

Searched refs:sctp_ep_hashtable (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/net/sctp/
Dprotocol.c1063 sctp_ep_hashtable = (struct sctp_hashbucket *) in sctp_init()
1065 if (!sctp_ep_hashtable) { in sctp_init()
1071 sctp_ep_hashtable[i].lock = RW_LOCK_UNLOCKED; in sctp_init()
1072 sctp_ep_hashtable[i].chain = NULL; in sctp_init()
1144 kfree(sctp_ep_hashtable); in sctp_init()
1186 kfree(sctp_ep_hashtable); in sctp_exit()
Dinput.c572 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint()
602 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint()
633 head = &sctp_ep_hashtable[hash]; in __sctp_rcv_lookup_endpoint()
Dproc.c174 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
/linux-2.4.37.9/include/net/sctp/
Dstructs.h218 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro