Home
last modified time | relevance | path

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

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_LanToLan.cpp720 list<peer_iface_info>::iterator it_own_peer_info, it_other_iface_peer_info; in handle_down_event() local
741 for(it_other_iface_peer_info = other_iface->m_peer_iface_info.begin(); in handle_down_event()
742 it_other_iface_peer_info != other_iface->m_peer_iface_info.end(); in handle_down_event()
743 it_other_iface_peer_info++) in handle_down_event()
745 if(it_other_iface_peer_info->peer == this) //found myself in other iface's peer info list in handle_down_event()
748 other_iface->clear_all_flt_rule_for_one_peer_iface(&(*it_other_iface_peer_info)); in handle_down_event()
749 other_iface->clear_all_rt_rule_for_one_peer_iface(&(*it_other_iface_peer_info)); in handle_down_event()
751 other_iface->m_peer_iface_info.erase(it_other_iface_peer_info); in handle_down_event()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp1296 list<peer_iface_info>::iterator it_own_peer_info, it_other_iface_peer_info; in handle_down_event() local
1317 for(it_other_iface_peer_info = other_iface->m_peer_iface_info.begin(); in handle_down_event()
1318 it_other_iface_peer_info != other_iface->m_peer_iface_info.end(); in handle_down_event()
1319 it_other_iface_peer_info++) in handle_down_event()
1321 if(it_other_iface_peer_info->peer == this) //found myself in other iface's peer info list in handle_down_event()
1324 other_iface->clear_all_flt_rule_for_one_peer_iface(&(*it_other_iface_peer_info)); in handle_down_event()
1325 other_iface->clear_all_rt_rule_for_one_peer_iface(&(*it_other_iface_peer_info)); in handle_down_event()
1327 other_iface->m_peer_iface_info.erase(it_other_iface_peer_info); in handle_down_event()