/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Routing.cpp | 204 …ruleTable->rules[cnt].rt_rule_hdl = ((struct ipa_rt_rule_add_v2 *)ruleTable_v2->rules)[cnt].rt_rul… in AddRoutingRule_hw_index() 312 bool IPACM_Routing::DeleteRoutingHdl(uint32_t rt_rule_hdl, ipa_ip_type ip) in DeleteRoutingHdl() argument 320 if (rt_rule_hdl == 0) in DeleteRoutingHdl() 341 rt_rule_entry->hdl = rt_rule_hdl; in DeleteRoutingHdl()
|
D | IPACM_LanToLan.cpp | 908 uint32_t rt_rule_hdl[MAX_NUM_PROP]; in add_client_rt_rule() local 919 peer_l2_hdr_type, IPA_IP_v4, rt_rule_hdl, &num_rt_rule, client->ep); in add_client_rt_rule() 925 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]); in add_client_rt_rule() 926 client->inter_iface_rt_rule_hdl[peer_l2_hdr_type].rule_hdl[IPA_IP_v4][i] = rt_rule_hdl[i]; in add_client_rt_rule() 930 peer_l2_hdr_type, IPA_IP_v6, rt_rule_hdl, &num_rt_rule, client->ep); in add_client_rt_rule() 936 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]); in add_client_rt_rule() 937 client->inter_iface_rt_rule_hdl[peer_l2_hdr_type].rule_hdl[IPA_IP_v6][i] = rt_rule_hdl[i]; in add_client_rt_rule() 944 peer_l2_hdr_type, IPA_IP_v4, rt_rule_hdl, &num_rt_rule, client->ep); in add_client_rt_rule() 950 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]); in add_client_rt_rule() 951 client->intra_iface_rt_rule_hdl.rule_hdl[IPA_IP_v4][i] = rt_rule_hdl[i]; in add_client_rt_rule() [all …]
|
D | IPACM_Lan.cpp | 1404 dft_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 1481 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 1497 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 2462 rt_rule->rules[0].rt_rule_hdl; in handle_eth_client_route_rule() 2500 …lient, eth_index)->eth_rt_hdl[tx_index].eth_rt_rule_hdl_v6[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_eth_client_route_rule() 2531 …t, eth_index)->eth_rt_hdl[tx_index].eth_rt_rule_hdl_v6_wan[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_eth_client_route_rule() 2812 odu_route_rule_v4_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 2836 odu_route_rule_v6_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 5154 ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int *rt_rule_count, in eth_bridge_add_rt_rule() argument 5188 rt_rule.rt_rule_hdl = -1; in eth_bridge_add_rt_rule() [all …]
|
D | IPACM_Wan.cpp | 384 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 400 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 428 …_coalesce_rt_rule_hdl[2*MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 452 …oalesce_rt_rule_hdl[2*MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 473 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 489 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 688 dft_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 712 dft_coalesce_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 736 dft_coalesce_rt_rule_hdl[1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 756 dft_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() [all …]
|
D | IPACM_Wlan.cpp | 1617 rt_rule->rules[0].rt_rule_hdl; in handle_wlan_client_route_rule() 1656 …nt, wlan_index)->wifi_rt_hdl[tx_index].wifi_rt_rule_hdl_v6[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_wlan_client_route_rule() 1720 …wlan_index)->wifi_rt_hdl[tx_index].wifi_rt_rule_hdl_v6_wan[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_wlan_client_route_rule() 2307 rt_rule_entry->rt_rule_hdl = in handle_SCC_MCC_switch() 2386 rt_rule_entry->rt_rule_hdl = in handle_SCC_MCC_switch()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Lan.h | 74 uint32_t rt_rule_hdl[0]; member 157 …ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int *rt_rule_count, i… 161 ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int rt_rule_count); 170 int eth_bridge_del_rt_rule(uint32_t rt_rule_hdl, ipa_ip_type iptype); 188 int *num_rt_hdl, uint32_t *rt_rule_hdl); 191 int del_l2tp_rt_rule(ipa_ip_type iptype, int num_rt_hdl, uint32_t *rt_rule_hdl);
|
D | IPACM_Routing.h | 70 bool DeleteRoutingHdl(uint32_t rt_rule_hdl, ipa_ip_type ip);
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Routing.cpp | 203 bool IPACM_Routing::DeleteRoutingHdl(uint32_t rt_rule_hdl, ipa_ip_type ip) in DeleteRoutingHdl() argument 211 if (rt_rule_hdl == 0) in DeleteRoutingHdl() 232 rt_rule_entry->hdl = rt_rule_hdl; in DeleteRoutingHdl()
|
D | IPACM_LanToLan.cpp | 466 uint32_t rt_rule_hdl[MAX_NUM_PROP]; in add_client_rt_rule() local 477 peer_l2_hdr_type, IPA_IP_v4, rt_rule_hdl, &num_rt_rule); in add_client_rt_rule() 483 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]); in add_client_rt_rule() 484 client->inter_iface_rt_rule_hdl[peer_l2_hdr_type].rule_hdl[IPA_IP_v4][i] = rt_rule_hdl[i]; in add_client_rt_rule() 488 peer_l2_hdr_type, IPA_IP_v6, rt_rule_hdl, &num_rt_rule); in add_client_rt_rule() 494 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]); in add_client_rt_rule() 495 client->inter_iface_rt_rule_hdl[peer_l2_hdr_type].rule_hdl[IPA_IP_v6][i] = rt_rule_hdl[i]; in add_client_rt_rule() 502 peer_l2_hdr_type, IPA_IP_v4, rt_rule_hdl, &num_rt_rule); in add_client_rt_rule() 508 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]); in add_client_rt_rule() 509 client->intra_iface_rt_rule_hdl.rule_hdl[IPA_IP_v4][i] = rt_rule_hdl[i]; in add_client_rt_rule() [all …]
|
D | IPACM_Lan.cpp | 1187 dft_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 1259 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 1275 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 2127 rt_rule->rules[0].rt_rule_hdl; in handle_eth_client_route_rule() 2167 …lient, eth_index)->eth_rt_hdl[tx_index].eth_rt_rule_hdl_v6[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_eth_client_route_rule() 2199 …t, eth_index)->eth_rt_hdl[tx_index].eth_rt_rule_hdl_v6_wan[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_eth_client_route_rule() 2472 odu_route_rule_v4_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 2497 odu_route_rule_v6_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 4261 ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int *rt_rule_count) in eth_bridge_add_rt_rule() argument 4291 rt_rule.rt_rule_hdl = -1; in eth_bridge_add_rt_rule() [all …]
|
D | IPACM_Wlan.cpp | 1437 rt_rule->rules[0].rt_rule_hdl; in handle_wlan_client_route_rule() 1477 …nt, wlan_index)->wifi_rt_hdl[tx_index].wifi_rt_rule_hdl_v6[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_wlan_client_route_rule() 1520 …wlan_index)->wifi_rt_hdl[tx_index].wifi_rt_rule_hdl_v6_wan[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_wlan_client_route_rule() 2060 rt_rule_entry->rt_rule_hdl = in handle_SCC_MCC_switch() 2139 rt_rule_entry->rt_rule_hdl = in handle_SCC_MCC_switch()
|
D | IPACM_Wan.cpp | 301 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 317 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 481 dft_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl; in handle_addr_evt() 1461 wan_route_rule_v4_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_route_add_evt() 1486 wan_route_rule_v6_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_route_add_evt() 1546 wan_route_rule_v6_hdl_a5[0] = rt_rule_entry->rt_rule_hdl; in handle_route_add_evt() 5633 rt_rule->rules[0].rt_rule_hdl; in handle_wan_client_route_rule() 5681 …lient, wan_index)->wan_rt_hdl[tx_index].wan_rt_rule_hdl_v6[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_wan_client_route_rule() 5712 …t, wan_index)->wan_rt_hdl[tx_index].wan_rt_rule_hdl_v6_wan[v6_num] = rt_rule->rules[0].rt_rule_hdl; in handle_wan_client_route_rule() 5790 rt_rule_entry->rt_rule_hdl = wan_route_rule_v4_hdl[tx_index]; in handle_wlan_SCC_MCC_switch() [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Lan.h | 73 uint32_t rt_rule_hdl[0]; member 154 ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int *rt_rule_count); 158 ipa_hdr_l2_type peer_l2_hdr_type, ipa_ip_type iptype, uint32_t *rt_rule_hdl, int rt_rule_count); 167 int eth_bridge_del_rt_rule(uint32_t rt_rule_hdl, ipa_ip_type iptype);
|
D | IPACM_Routing.h | 66 bool DeleteRoutingHdl(uint32_t rt_rule_hdl, ipa_ip_type ip);
|