Home
last modified time | relevance | path

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

/Linux-v6.6/net/sctp/
Dprotocol.c1584 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1586 } while (!sctp_port_hashtable && --order > 0); in sctp_init()
1588 if (!sctp_port_hashtable) { in sctp_init()
1608 spin_lock_init(&sctp_port_hashtable[i].lock); in sctp_init()
1609 INIT_HLIST_HEAD(&sctp_port_hashtable[i].chain); in sctp_init()
1670 free_pages((unsigned long)sctp_port_hashtable, in sctp_init()
1711 free_pages((unsigned long)sctp_port_hashtable, in sctp_exit()
Dsocket.c8358 head = &sctp_port_hashtable[index]; in sctp_get_port_local()
8387 head = &sctp_port_hashtable[sctp_phashfn(net, snum)]; in sctp_get_port_local()
8725 &sctp_port_hashtable[sctp_phashfn(sock_net(sk), in __sctp_put_port()
9541 head = &sctp_port_hashtable[sctp_phashfn(sock_net(oldsk), in sctp_sock_migrate()
/Linux-v6.6/include/net/sctp/
Dstructs.h137 #define sctp_port_hashtable (sctp_globals.port_hashtable) macro