Searched refs:neigh_rq_count (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/batman-adv/ |
H A D | bat_iv_ogm.c | 1080 u8 orig_eq_count, neigh_rq_count, neigh_rq_inv, tq_own; in batadv_iv_ogm_calc_tq() local 1125 neigh_rq_count = neigh_ifinfo->bat_iv.real_packet_count; in batadv_iv_ogm_calc_tq() 1128 neigh_rq_count = 0; in batadv_iv_ogm_calc_tq() 1132 if (orig_eq_count > neigh_rq_count) in batadv_iv_ogm_calc_tq() 1133 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq() 1141 neigh_rq_count < BATADV_TQ_LOCAL_BIDRECT_RECV_MINIMUM) in batadv_iv_ogm_calc_tq() 1148 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq() 1155 neigh_rq_inv = BATADV_TQ_LOCAL_WINDOW_SIZE - neigh_rq_count; in batadv_iv_ogm_calc_tq() 1186 neigh_rq_count, tq_own, tq_asym_penalty, in batadv_iv_ogm_calc_tq()
|
/kernel/linux/linux-6.6/net/batman-adv/ |
H A D | bat_iv_ogm.c | 1072 u8 orig_eq_count, neigh_rq_count, neigh_rq_inv, tq_own; in batadv_iv_ogm_calc_tq() local 1117 neigh_rq_count = neigh_ifinfo->bat_iv.real_packet_count; in batadv_iv_ogm_calc_tq() 1120 neigh_rq_count = 0; in batadv_iv_ogm_calc_tq() 1124 if (orig_eq_count > neigh_rq_count) in batadv_iv_ogm_calc_tq() 1125 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq() 1133 neigh_rq_count < BATADV_TQ_LOCAL_BIDRECT_RECV_MINIMUM) in batadv_iv_ogm_calc_tq() 1140 tq_own = (BATADV_TQ_MAX_VALUE * total_count) / neigh_rq_count; in batadv_iv_ogm_calc_tq() 1147 neigh_rq_inv = BATADV_TQ_LOCAL_WINDOW_SIZE - neigh_rq_count; in batadv_iv_ogm_calc_tq() 1178 neigh_rq_count, tq_own, tq_asym_penalty, in batadv_iv_ogm_calc_tq()
|
Completed in 7 milliseconds