Searched refs:tq_tmp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/batman-adv/
H A Dnetwork-coding.c1015 uint8_t tq_weighted_neigh, tq_weighted_coding, tq_tmp; batadv_nc_code_packets() local
1057 tq_tmp = router_neigh_ifinfo->bat_iv.tq_avg; batadv_nc_code_packets()
1058 tq_weighted_neigh = batadv_nc_random_weight_tq(tq_tmp); batadv_nc_code_packets()
1059 tq_tmp = router_coding_ifinfo->bat_iv.tq_avg; batadv_nc_code_packets()
1060 tq_weighted_coding = batadv_nc_random_weight_tq(tq_tmp); batadv_nc_code_packets()

Completed in 67 milliseconds