Searched refs:ip_count (Results 1 – 3 of 3) sorted by relevance
727 const std::size_t ip_count = inters.i_info().count; in get_turn_info_for_endpoint() local729 if ( ip_count == 0 ) in get_turn_info_for_endpoint()831 …&& ( ip_count > 1 ? (ip1.is_pj && !ip1.is_qi) : (ip0.is_pj && !ip0.is_qi) ) ) // prevents duplicat… in get_turn_info_for_endpoint()866 … tp.method = ( ip_count > 1 ? ip1.is_qj : ip0.is_qj ) ? method_touch : method_touch_interior; in get_turn_info_for_endpoint()873 unsigned int ip_index = ip_count > 1 ? 1 : 0; in get_turn_info_for_endpoint()880 return !( opposite && ip_count > 1 ) || was_first_point_handled; in get_turn_info_for_endpoint()
244 std::size_t ip_count = inters.i_info().count; in apply() local246 if ( ip_count == 0 ) in apply()264 bool result_ignore_ip0 = append0_last && ( ip_count == 1 || !opposite ); in apply()
1386 int ret, tt_count, ip_count, unsnoop_count, total_count; in batadv_mcast_forw_mode() local1403 ip_count = batadv_mcast_forw_want_all_ip_count(bat_priv, ethhdr); in batadv_mcast_forw_mode()1408 total_count = tt_count + ip_count + unsnoop_count + rtr_count; in batadv_mcast_forw_mode()1414 else if (ip_count) in batadv_mcast_forw_mode()