Searched refs:sctp_ep_hashtable (Results 1 – 5 of 5) sorted by relevance
1575 sctp_ep_hashtable = in sctp_init()1577 if (!sctp_ep_hashtable) { in sctp_init()1583 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()1584 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()1685 kfree(sctp_ep_hashtable); in sctp_init()1723 kfree(sctp_ep_hashtable); in sctp_exit()
741 head = &sctp_ep_hashtable[ep->hashent]; in __sctp_hash_endpoint()808 head = &sctp_ep_hashtable[ep->hashent]; in __sctp_unhash_endpoint()854 head = &sctp_ep_hashtable[hash]; in __sctp_rcv_lookup_endpoint()
171 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
5321 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()
135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro