Home
last modified time | relevance | path

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

/linux-4.1.27/net/sctp/
Dprotocol.c1430 sctp_ep_hashtable = in sctp_init()
1432 if (!sctp_ep_hashtable) { in sctp_init()
1438 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()
1439 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()
1530 kfree(sctp_ep_hashtable); in sctp_init()
1572 kfree(sctp_ep_hashtable); in sctp_exit()
Dinput.c718 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()
Dproc.c220 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
/linux-4.1.27/include/net/sctp/
Dstructs.h145 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro