Home
last modified time | relevance | path

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

/linux-4.4.14/net/batman-adv/
Dbat_iv_ogm.c1141 u8 orig_eq_count, neigh_rq_count, neigh_rq_inv, tq_own; in batadv_iv_ogm_calc_tq() local
1187 neigh_rq_count = neigh_ifinfo->bat_iv.real_packet_count; in batadv_iv_ogm_calc_tq()
1190 neigh_rq_count = 0; in batadv_iv_ogm_calc_tq()
1195 if (orig_eq_count > neigh_rq_count) in batadv_iv_ogm_calc_tq()
1196 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1204 neigh_rq_count < BATADV_TQ_LOCAL_BIDRECT_RECV_MINIMUM) in batadv_iv_ogm_calc_tq()
1211 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq()
1218 neigh_rq_inv = BATADV_TQ_LOCAL_WINDOW_SIZE - neigh_rq_count; in batadv_iv_ogm_calc_tq()
1249 neigh_rq_count, tq_own, tq_asym_penalty, tq_iface_penalty, in batadv_iv_ogm_calc_tq()