Searched refs:rt_rule_hdl (Results 1 – 10 of 10) sorted by relevance
/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);
|
/hardware/qcom/msm8996/original-kernel-headers/linux/ |
D | msm_ipa.h | 900 uint32_t rt_rule_hdl; member 957 uint32_t rt_rule_hdl; member
|
/hardware/qcom/msm8998/kernel-headers/linux/ |
D | msm_ipa.h | 596 uint32_t rt_rule_hdl; member 621 uint32_t rt_rule_hdl; member
|
/hardware/qcom/msm8998/original-kernel-headers/linux/ |
D | msm_ipa.h | 920 uint32_t rt_rule_hdl; member 977 uint32_t rt_rule_hdl; member
|