Home
last modified time | relevance | path

Searched refs:sctp_ep_hashtable (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dprotocol.c1458 sctp_ep_hashtable = in sctp_init()
1460 if (!sctp_ep_hashtable) { in sctp_init()
1466 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()
1467 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()
1568 kfree(sctp_ep_hashtable); in sctp_init()
1606 kfree(sctp_ep_hashtable); in sctp_exit()
H A Dproc.c172 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
H A Dinput.c730 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_hash_endpoint()
797 head = &sctp_ep_hashtable[epb->hashent]; in __sctp_unhash_endpoint()
844 head = &sctp_ep_hashtable[hash]; in __sctp_rcv_lookup_endpoint()
H A Dsocket.c5199 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()
/kernel/linux/linux-6.6/net/sctp/
H A Dprotocol.c1566 sctp_ep_hashtable = in sctp_init()
1568 if (!sctp_ep_hashtable) { in sctp_init()
1574 rwlock_init(&sctp_ep_hashtable[i].lock); in sctp_init()
1575 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain); in sctp_init()
1676 kfree(sctp_ep_hashtable); in sctp_init()
1714 kfree(sctp_ep_hashtable); in sctp_exit()
H A Dproc.c171 head = &sctp_ep_hashtable[hash]; in sctp_eps_seq_show()
H 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()
H A Dsocket.c5315 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize; in sctp_for_each_endpoint()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro

Completed in 38 milliseconds