Searched refs:sctp_ep_hashtable (Results 1 – 4 of 4) sorted by relevance
1063 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()
572 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()
174 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
218 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro