Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/sctp/
A Dprotocol.c1568 sctp_ep_hashtable = in sctp_init()
1570 if (!sctp_ep_hashtable) { in sctp_init()
1576 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()
1577 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()
1678 kfree(sctp_ep_hashtable); in sctp_init()
1716 kfree(sctp_ep_hashtable); in sctp_exit()
A Dinput.c740 head = &sctp_ep_hashtable[ep->hashent]; in __sctp_hash_endpoint()
804 head = &sctp_ep_hashtable[ep->hashent]; in __sctp_unhash_endpoint()
851 head = &sctp_ep_hashtable[hash]; in __sctp_rcv_lookup_endpoint()
A Dproc.c171 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
A Dsocket.c5302 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()
/linux-6.3-rc2/include/net/sctp/
A Dstructs.h135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro

Completed in 27 milliseconds