Searched refs:sctp_ep_hashtable (Results 1 – 4 of 4) sorted by relevance
1450 sctp_ep_hashtable = in sctp_init()1452 if (!sctp_ep_hashtable) { in sctp_init()1458 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()1459 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()1550 kfree(sctp_ep_hashtable); in sctp_init()1592 kfree(sctp_ep_hashtable); in sctp_exit()
718 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint()744 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint()769 head = &sctp_ep_hashtable[hash]; in __sctp_rcv_lookup_endpoint()
220 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
145 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro