Home
last modified time | relevance | path

Searched refs:sctp_port_hashtable (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/sctp/
Dprotocol.c1468 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1470 } while (!sctp_port_hashtable && --order > 0); in sctp_init()
1472 if (!sctp_port_hashtable) { in sctp_init()
1492 spin_lock_init(&sctp_port_hashtable[i].lock); in sctp_init()
1493 INIT_HLIST_HEAD(&sctp_port_hashtable[i].chain); in sctp_init()
1546 free_pages((unsigned long)sctp_port_hashtable, in sctp_init()
1593 free_pages((unsigned long)sctp_port_hashtable, in sctp_exit()
Dsocket.c6168 head = &sctp_port_hashtable[index]; in sctp_get_port_local()
6196 head = &sctp_port_hashtable[sctp_phashfn(sock_net(sk), snum)]; in sctp_get_port_local()
6514 &sctp_port_hashtable[sctp_phashfn(sock_net(sk), in __sctp_put_port()
7258 head = &sctp_port_hashtable[sctp_phashfn(sock_net(oldsk), in sctp_sock_migrate()
/linux-4.4.14/include/net/sctp/
Dstructs.h149 #define sctp_port_hashtable (sctp_globals.port_hashtable) macro