Lines Matching full:throughput

115 	ewma_throughput_init(&hardif_neigh->bat_v.throughput);  in batadv_v_hardif_neigh_init()
135 u32 throughput; in batadv_v_neigh_dump_neigh() local
138 throughput = ewma_throughput_read(&hardif_neigh->bat_v.throughput); in batadv_v_neigh_dump_neigh()
139 throughput = throughput * 100; in batadv_v_neigh_dump_neigh()
154 nla_put_u32(msg, BATADV_ATTR_THROUGHPUT, throughput)) in batadv_v_neigh_dump_neigh()
277 u32 throughput; in batadv_v_orig_dump_subentry() local
284 throughput = n_ifinfo->bat_v.throughput * 100; in batadv_v_orig_dump_subentry()
306 nla_put_u32(msg, BATADV_ATTR_THROUGHPUT, throughput) || in batadv_v_orig_dump_subentry()
467 ret = ifinfo1->bat_v.throughput - ifinfo2->bat_v.throughput; in batadv_v_neigh_cmp()
493 threshold = ifinfo1->bat_v.throughput / 4; in batadv_v_neigh_is_sob()
494 threshold = ifinfo1->bat_v.throughput - threshold; in batadv_v_neigh_is_sob()
496 ret = ifinfo2->bat_v.throughput > threshold; in batadv_v_neigh_is_sob()
511 /* set default throughput difference threshold to 5Mbps */ in batadv_v_init_sel_class()
519 * the minimum between the GW advertised throughput and the path throughput to
540 /* the GW metric is computed as the minimum between the path throughput in batadv_v_gw_throughput_get()
542 * This gives us an approximation of the effective throughput that the in batadv_v_gw_throughput_get()
545 *bw = router_ifinfo->bat_v.throughput; in batadv_v_gw_throughput_get()
636 … "Restarting gateway selection: better gateway found (throughput curr: %u, throughput new: %u)\n", in batadv_v_gw_is_eligible()
704 router_ifinfo->bat_v.throughput)) { in batadv_v_gw_dump_entry()
816 /* enable link throughput auto-detection by setting the throughput in batadv_v_hardif_init()