Searched refs:ipa_if_num_tether_v4_total (Results 1 – 2 of 2) sorted by relevance
114 for (i=0; i < ipa_if_num_tether_v4_total;i++) in isWanUP()190 static uint32_t ipa_if_num_tether_v4_total; variable
82 uint32_t IPACM_Wan::ipa_if_num_tether_v4_total = 0; member in IPACM_Wan869 if(IPACM_Wan::ipa_if_num_tether_v4_total != 0) in event_callback()1698 IPACM_Wan::ipa_if_num_tether_v4[IPACM_Wan::ipa_if_num_tether_v4_total] = ipa_if_num_tether; in post_wan_up_tether_evt()1701 IPACM_Wan::ipa_if_num_tether_v4_total, in post_wan_up_tether_evt()1703 IPACM_Wan::ipa_if_num_tether_v4_total++; in post_wan_up_tether_evt()1756 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in post_wan_down_tether_evt()1765 if(i == IPACM_Wan::ipa_if_num_tether_v4_total) in post_wan_down_tether_evt()1771 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v4_total; j++) in post_wan_down_tether_evt()1775 IPACM_Wan::ipa_if_num_tether_v4_total--; in post_wan_down_tether_evt()1777 IPACM_Wan::ipa_if_num_tether_v4_total, in post_wan_down_tether_evt()[all …]