Home
last modified time | relevance | path

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

/net/batman-adv/
Dbat_iv_ogm.c1079 u8 total_count; in batadv_iv_ogm_calc_tq() local
1133 total_count = neigh_rq_count; in batadv_iv_ogm_calc_tq()
1135 total_count = orig_eq_count; in batadv_iv_ogm_calc_tq()
1140 if (total_count < BATADV_TQ_LOCAL_BIDRECT_SEND_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()
1185 orig_node->orig, orig_neigh_node->orig, total_count, in batadv_iv_ogm_calc_tq()
Dmulticast.c1386 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local
1408 total_count = tt_count + ip_count + unsnoop_count + rtr_count; in batadv_mcast_forw_mode()
1410 switch (total_count) { in batadv_mcast_forw_mode()
1431 if (!unsnoop_count && total_count <= mcast_fanout) in batadv_mcast_forw_mode()