Searched defs:xlat_mux_id (Results 1 - 4 of 4) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
H A DIPACM_Wan.h97 static uint8_t xlat_mux_id; member in class:IPACM_Wan
164 return xlat_mux_id;
H A DIPACM_Defs.h332 uint8_t xlat_mux_id; member in struct:_ipacm_event_iface_up
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
H A DIPACM_Lan.cpp745 handle_wan_up_ex(ext_prop, IPA_IP_v4, data_wan->xlat_mux_id);
1583 int IPACM_Lan::handle_wan_up_ex(ipacm_ext_prop *ext_prop, ipa_ip_type iptype, uint8_t xlat_mux_id) argument
1618 IPACMDBG_H("IPA_IP_v6 num_dft_rt_v6 %d xlat_mux_id: %d modem_ul_v6_set: %d\n", num_dft_rt_v6, xlat_mux_id, modem_ul_v6_set);
1619 ret = handle_uplink_filter_rule(ext_prop, iptype, xlat_mux_id);
1622 IPACMDBG_H("IPA_IP_v4 xlat_mux_id: %d, modem_ul_v4_set %d\n", xlat_mux_id, modem_ul_v4_set);
1623 ret = handle_uplink_filter_rule(ext_prop, iptype, xlat_mux_id);
2959 int IPACM_Lan::handle_uplink_filter_rule(ipacm_ext_prop *prop, ipa_ip_type iptype, uint8_t xlat_mux_id) argument
3077 if ((iptype == IPA_IP_v4) && prop->prop[cnt].is_xlat_rule && (xlat_mux_id !
[all...]
H A DIPACM_Wan.cpp59 uint8_t IPACM_Wan::xlat_mux_id = 0; member in class:IPACM_Wan
1597 IPACM_Wan::xlat_mux_id = ext_prop->ext[0].mux_id; member in class:IPACM_Wan
1598 wanup_data->xlat_mux_id = IPACM_Wan::xlat_mux_id;
1600 IPACMDBG_H("xlat_enabled: %d xlat_mux_id: %d \n",
1601 is_xlat, xlat_mux_id);
1605 IPACM_Wan::xlat_mux_id = 0; member in class:IPACM_Wan
1606 wanup_data->xlat_mux_id = 0;

Completed in 17 milliseconds