Searched refs:odu_route_rule_v6_hdl (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Lan.h | 260 uint32_t *odu_route_rule_v6_hdl; variable
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Lan.h | 321 uint32_t *odu_route_rule_v6_hdl; variable
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Lan.cpp | 68 odu_route_rule_v6_hdl = NULL; in IPACM_Lan() 112 odu_route_rule_v6_hdl = (uint32_t *)calloc(iface_query->num_tx_props, sizeof(uint32_t)); in IPACM_Lan() 113 if ((odu_route_rule_v4_hdl == NULL) || (odu_route_rule_v6_hdl == NULL)) in IPACM_Lan() 2497 odu_route_rule_v6_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 2499 odu_route_rule_v6_hdl[tx_index], in handle_odu_route_add() 2538 if (m_routing.DeleteRoutingHdl(odu_route_rule_v6_hdl[tx_index], IPA_IP_v6) in handle_odu_route_del() 2541 …g rule(hdl:0x%x) deletion failed with tx_index %d!\n", IPA_IP_v6, odu_route_rule_v6_hdl[tx_index],… in handle_odu_route_del() 2924 if (odu_route_rule_v6_hdl != NULL) in handle_down_evt() 2926 free(odu_route_rule_v6_hdl); in handle_down_evt()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Lan.cpp | 68 odu_route_rule_v6_hdl = NULL; in IPACM_Lan() 118 odu_route_rule_v6_hdl = (uint32_t *)calloc(iface_query->num_tx_props, sizeof(uint32_t)); in IPACM_Lan() 119 if ((odu_route_rule_v4_hdl == NULL) || (odu_route_rule_v6_hdl == NULL)) in IPACM_Lan() 2684 odu_route_rule_v6_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 2686 odu_route_rule_v6_hdl[tx_index], in handle_odu_route_add() 2725 if (m_routing.DeleteRoutingHdl(odu_route_rule_v6_hdl[tx_index], IPA_IP_v6) in handle_odu_route_del() 2728 …g rule(hdl:0x%x) deletion failed with tx_index %d!\n", IPA_IP_v6, odu_route_rule_v6_hdl[tx_index],… in handle_odu_route_del() 3139 if (odu_route_rule_v6_hdl != NULL) in handle_down_evt() 3141 free(odu_route_rule_v6_hdl); in handle_down_evt()
|