Searched refs:odu_route_rule_v4_hdl (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Lan.h | 258 uint32_t *odu_route_rule_v4_hdl; variable
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Lan.h | 319 uint32_t *odu_route_rule_v4_hdl; variable
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Lan.cpp | 67 odu_route_rule_v4_hdl = NULL; in IPACM_Lan() 111 odu_route_rule_v4_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() 2472 odu_route_rule_v4_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 2474 odu_route_rule_v4_hdl[tx_index], in handle_odu_route_add() 2526 if (m_routing.DeleteRoutingHdl(odu_route_rule_v4_hdl[tx_index], IPA_IP_v4) in handle_odu_route_del() 2529 …g rule(hdl:0x%x) deletion failed with tx_index %d!\n", IPA_IP_v4, odu_route_rule_v4_hdl[tx_index],… in handle_odu_route_del() 2920 if (odu_route_rule_v4_hdl != NULL) in handle_down_evt() 2922 free(odu_route_rule_v4_hdl); in handle_down_evt()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Lan.cpp | 67 odu_route_rule_v4_hdl = NULL; in IPACM_Lan() 117 odu_route_rule_v4_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() 2659 odu_route_rule_v4_hdl[tx_index] = rt_rule_entry->rt_rule_hdl; in handle_odu_route_add() 2661 odu_route_rule_v4_hdl[tx_index], in handle_odu_route_add() 2713 if (m_routing.DeleteRoutingHdl(odu_route_rule_v4_hdl[tx_index], IPA_IP_v4) in handle_odu_route_del() 2716 …g rule(hdl:0x%x) deletion failed with tx_index %d!\n", IPA_IP_v4, odu_route_rule_v4_hdl[tx_index],… in handle_odu_route_del() 3135 if (odu_route_rule_v4_hdl != NULL) in handle_down_evt() 3137 free(odu_route_rule_v4_hdl); in handle_down_evt()
|