Home
last modified time | relevance | path

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

/linux-4.4.14/net/sctp/
Dprotocol.c1450 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()
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.4.14/include/net/sctp/
Dstructs.h145 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro