Home
last modified time | relevance | path

Searched refs:rt_tbl (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_LanToLan.cpp585 ipa_ioc_get_rt_tbl rt_tbl; in add_client_flt_rule() local
587 rt_tbl.ip = iptype; in add_client_flt_rule()
588 memcpy(rt_tbl.name, peer->rt_tbl_name_for_flt[iptype], sizeof(rt_tbl.name)); in add_client_flt_rule()
589 IPACMDBG_H("This flt rule points to rt tbl %s.\n", rt_tbl.name); in add_client_flt_rule()
591 if(IPACM_Iface::m_routing.GetRoutingTable(&rt_tbl) == false) in add_client_flt_rule()
597 m_p_iface->eth_bridge_add_flt_rule(client->mac_addr, rt_tbl.hdl, in add_client_flt_rule()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Lan.cpp5446 ipa_ioc_get_rt_tbl rt_tbl; in add_l2tp_flt_rule() local
5478 rt_tbl.ip = IPA_IP_v6; in add_l2tp_flt_rule()
5479 snprintf(rt_tbl.name, sizeof(rt_tbl.name), "l2tp"); in add_l2tp_flt_rule()
5480 rt_tbl.name[IPA_RESOURCE_NAME_MAX-1] = '\0'; in add_l2tp_flt_rule()
5481 IPACMDBG_H("This flt rule points to rt tbl %s.\n", rt_tbl.name); in add_l2tp_flt_rule()
5482 if(m_routing.GetRoutingTable(&rt_tbl) == false) in add_l2tp_flt_rule()
5497 flt_rule_entry.rule.rt_tbl_hdl = rt_tbl.hdl; in add_l2tp_flt_rule()
5541 ipa_ioc_get_rt_tbl rt_tbl; in add_l2tp_flt_rule() local
5569 rt_tbl.ip = iptype; in add_l2tp_flt_rule()
5570 snprintf(rt_tbl.name, sizeof(rt_tbl.name), "l2tp"); in add_l2tp_flt_rule()
[all …]
DIPACM_LanToLan.cpp1059 ipa_ioc_get_rt_tbl rt_tbl; in add_client_flt_rule() local
1099 rt_tbl.ip = iptype; in add_client_flt_rule()
1100 memcpy(rt_tbl.name, peer->rt_tbl_name_for_flt[iptype], sizeof(rt_tbl.name)); in add_client_flt_rule()
1101 IPACMDBG_H("This flt rule points to rt tbl %s.\n", rt_tbl.name); in add_client_flt_rule()
1103 if(IPACM_Iface::m_routing.GetRoutingTable(&rt_tbl) == false) in add_client_flt_rule()
1109 m_p_iface->eth_bridge_add_flt_rule(client->mac_addr, rt_tbl.hdl, in add_client_flt_rule()