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

/linux-master/net/sctp/
H A Dprotocol.c1560 sctp_ep_hashtable =
1562 if (!sctp_ep_hashtable) {
1568 rwlock_init(&sctp_ep_hashtable[i].lock);
1569 INIT_HLIST_HEAD(&sctp_ep_hashtable[i].chain);
1670 kfree(sctp_ep_hashtable);
1708 kfree(sctp_ep_hashtable);
H A Dproc.c171 head = &sctp_ep_hashtable[hash];
H A Dinput.c740 head = &sctp_ep_hashtable[ep->hashent];
804 head = &sctp_ep_hashtable[ep->hashent];
851 head = &sctp_ep_hashtable[hash];
H A Dsocket.c5316 for (head = sctp_ep_hashtable; hash < sctp_ep_hashsize;
/linux-master/include/net/sctp/
H A Dstructs.h135 #define sctp_ep_hashtable (sctp_globals.ep_hashtable) macro

Completed in 161 milliseconds