sctp_port_hashsize  500 include/net/sctp/sctp.h 	return (net_hash_mix(net) + lport) & (sctp_port_hashsize - 1);
sctp_port_hashsize 1492 net/sctp/protocol.c 	sctp_port_hashsize = rounddown_pow_of_two(num_entries);
sctp_port_hashsize 1494 net/sctp/protocol.c 	for (i = 0; i < sctp_port_hashsize; i++) {
sctp_port_hashsize 1503 net/sctp/protocol.c 	pr_info("Hash tables configured (bind %d/%d)\n", sctp_port_hashsize,
sctp_port_hashsize 1558 net/sctp/protocol.c 		   get_order(sctp_port_hashsize *
sctp_port_hashsize 1599 net/sctp/protocol.c 		   get_order(sctp_port_hashsize *