Searched refs:odu_route_rule_v4_hdl (Results 1 – 2 of 2) sorted by relevance
258 uint32_t *odu_route_rule_v4_hdl; variable
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()