Home
last modified time | relevance | path

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

/linux/net/sctp/
H A Dprotocol.c1572 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init()
1574 } while (!sctp_port_hashtable && --order > 0); in sctp_init()
1576 if (!sctp_port_hashtable) { in sctp_init()
1596 spin_lock_init(&sctp_port_hashtable[i].lock); in sctp_init()
1597 INIT_HLIST_HEAD(&sctp_port_hashtable[i].chain); in sctp_init()
1658 free_pages((unsigned long)sctp_port_hashtable, in sctp_init()
1699 free_pages((unsigned long)sctp_port_hashtable, in sctp_exit()
H A Dsocket.c8439 head = &sctp_port_hashtable[index]; in sctp_get_port_local()
8468 head = &sctp_port_hashtable[sctp_phashfn(net, snum)]; in sctp_get_port_local()
8802 &sctp_port_hashtable[sctp_phashfn(sock_net(sk), in __sctp_put_port()
9547 head = &sctp_port_hashtable[sctp_phashfn(sock_net(oldsk), in sctp_sock_migrate()
/linux/include/net/sctp/
H A Dstructs.h137 #define sctp_port_hashtable (sctp_globals.port_hashtable) macro