tcp_metrics_hash_log 89 net/ipv4/tcp_metrics.c static unsigned int tcp_metrics_hash_log __read_mostly; tcp_metrics_hash_log 258 net/ipv4/tcp_metrics.c hash = hash_32(hash, tcp_metrics_hash_log); tcp_metrics_hash_log 303 net/ipv4/tcp_metrics.c hash = hash_32(hash, tcp_metrics_hash_log); tcp_metrics_hash_log 743 net/ipv4/tcp_metrics.c unsigned int max_rows = 1U << tcp_metrics_hash_log; tcp_metrics_hash_log 843 net/ipv4/tcp_metrics.c hash = hash_32(hash, tcp_metrics_hash_log); tcp_metrics_hash_log 872 net/ipv4/tcp_metrics.c unsigned int max_rows = 1U << tcp_metrics_hash_log; tcp_metrics_hash_log 920 net/ipv4/tcp_metrics.c hash = hash_32(hash, tcp_metrics_hash_log); tcp_metrics_hash_log 1000 net/ipv4/tcp_metrics.c tcp_metrics_hash_log = order_base_2(slots); tcp_metrics_hash_log 1001 net/ipv4/tcp_metrics.c size = sizeof(struct tcpm_hash_bucket) << tcp_metrics_hash_log;