Home
last modified time | relevance | path

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

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_LanToLan.cpp201 IPACM_LanToLan_Iface &front_iface = m_iface.front(); in handle_iface_up() local
204 if(front_iface.get_m_support_inter_iface_offload()) in handle_iface_up()
212 handle_new_iface_up(&front_iface, &(*it)); in handle_iface_up()
220 front_iface.add_all_inter_interface_client_flt_rule(data->iptype); in handle_iface_up()
224 if(front_iface.get_m_support_intra_iface_offload()) in handle_iface_up()
226 front_iface.handle_intra_interface_info(); in handle_iface_up()
230 handle_cached_client_add_event(front_iface.get_iface_pointer()); in handle_iface_up()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_LanToLan.cpp295 IPACM_LanToLan_Iface &front_iface = m_iface.front(); in handle_iface_up() local
299 if(front_iface.set_l2tp_iface(it_mapping->vlan_iface_name) == true) in handle_iface_up()
319 if(front_iface.get_m_support_inter_iface_offload()) in handle_iface_up()
327 handle_new_iface_up(&front_iface, &(*it)); in handle_iface_up()
335 front_iface.add_all_inter_interface_client_flt_rule(data->iptype); in handle_iface_up()
339 if(front_iface.get_m_support_intra_iface_offload()) in handle_iface_up()
341 front_iface.handle_intra_interface_info(); in handle_iface_up()
345 handle_cached_client_add_event(front_iface.get_iface_pointer()); in handle_iface_up()