Home
last modified time | relevance | path

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

/net/ipv4/
Dtcp_metrics.c772 struct tcpm_hash_bucket *hb = tcp_metrics_hash + row; in tcp_metrics_nl_dump() local
775 for (col = 0, tm = rcu_dereference(hb->chain); tm; in tcp_metrics_nl_dump()
896 struct tcpm_hash_bucket *hb = tcp_metrics_hash; in tcp_metrics_flush_all() local
900 for (row = 0; row < max_rows; row++, hb++) { in tcp_metrics_flush_all()
905 pp = &hb->chain; in tcp_metrics_flush_all()
922 struct tcpm_hash_bucket *hb; in tcp_metrics_nl_cmd_del() local
944 hb = tcp_metrics_hash + hash; in tcp_metrics_nl_cmd_del()
945 pp = &hb->chain; in tcp_metrics_nl_cmd_del()
/net/rose/
Daf_rose.c436 rose->hb = opt * HZ; in rose_setsockopt()
489 val = rose->hb / HZ; in rose_getsockopt()
580 rose->hb = msecs_to_jiffies(sysctl_rose_ack_hold_back_timeout); in rose_create()
625 rose->hb = orose->hb; in rose_make_new()
1478 rose->hb / HZ, in rose_info_show()
Drose_timer.c85 rose->timer.expires = jiffies + rose->hb; in rose_start_hbtimer()