Searched refs:sctp_port_hashtable (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | protocol.c | 1476 sctp_port_hashtable = (struct sctp_bind_hashbucket *) in sctp_init() 1478 } while (!sctp_port_hashtable && --order > 0); in sctp_init() 1480 if (!sctp_port_hashtable) { in sctp_init() 1500 spin_lock_init(&sctp_port_hashtable[i].lock); in sctp_init() 1501 INIT_HLIST_HEAD(&sctp_port_hashtable[i].chain); in sctp_init() 1562 free_pages((unsigned long)sctp_port_hashtable, in sctp_init() 1603 free_pages((unsigned long)sctp_port_hashtable, in sctp_exit()
|
H A D | socket.c | 8116 head = &sctp_port_hashtable[index]; in sctp_get_port_local() 8145 head = &sctp_port_hashtable[sctp_phashfn(net, snum)]; in sctp_get_port_local() 8480 &sctp_port_hashtable[sctp_phashfn(sock_net(sk), in __sctp_put_port() 9298 head = &sctp_port_hashtable[sctp_phashfn(sock_net(oldsk), in sctp_sock_migrate()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | protocol.c | 1584 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()
|
H A D | socket.c | 8365 head = &sctp_port_hashtable[index]; in sctp_get_port_local() 8394 head = &sctp_port_hashtable[sctp_phashfn(net, snum)]; in sctp_get_port_local() 8732 &sctp_port_hashtable[sctp_phashfn(sock_net(sk), in __sctp_put_port() 9542 head = &sctp_port_hashtable[sctp_phashfn(sock_net(oldsk), in sctp_sock_migrate()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 137 #define sctp_port_hashtable (sctp_globals.port_hashtable) macro
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 137 #define sctp_port_hashtable (sctp_globals.port_hashtable) macro
|
Completed in 33 milliseconds