Home
last modified time | relevance | path

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

/Linux-v5.4/net/sctp/
Dprotocol.c1438 sctp_ep_hashtable = in sctp_init()
1440 if (!sctp_ep_hashtable) { in sctp_init()
1446 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()
1447 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()
1548 kfree(sctp_ep_hashtable); in sctp_init()
1586 kfree(sctp_ep_hashtable); in sctp_exit()
Dinput.c727 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint()
794 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint()
841 head = &sctp_ep_hashtable[hash]; in __sctp_rcv_lookup_endpoint()
Dproc.c172 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
Dsocket.c5346 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()
/Linux-v5.4/include/net/sctp/
Dstructs.h135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro