HomeSort by relevance Sort by last modified time
    Searched refs:rt_rule_hdl (Results 1 - 11 of 11) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
IPACM_Routing.h 66 bool DeleteRoutingHdl(uint32_t rt_rule_hdl, ipa_ip_type ip);
IPACM_Lan.h 73 uint32_t rt_rule_hdl[0]; member in struct:ipa_lan_rt_rule
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);
  /hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_Routing.cpp 203 bool IPACM_Routing::DeleteRoutingHdl(uint32_t rt_rule_hdl, ipa_ip_type ip)
211 if (rt_rule_hdl == 0)
232 rt_rule_entry->hdl = rt_rule_hdl;
IPACM_LanToLan.cpp 466 uint32_t rt_rule_hdl[MAX_NUM_PROP]; local
477 peer_l2_hdr_type, IPA_IP_v4, rt_rule_hdl, &num_rt_rule);
483 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]);
484 client->inter_iface_rt_rule_hdl[peer_l2_hdr_type].rule_hdl[IPA_IP_v4][i] = rt_rule_hdl[i];
488 peer_l2_hdr_type, IPA_IP_v6, rt_rule_hdl, &num_rt_rule);
494 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]);
495 client->inter_iface_rt_rule_hdl[peer_l2_hdr_type].rule_hdl[IPA_IP_v6][i] = rt_rule_hdl[i];
502 peer_l2_hdr_type, IPA_IP_v4, rt_rule_hdl, &num_rt_rule);
508 IPACMDBG_H("Routing rule %d handle %d\n", i, rt_rule_hdl[i]);
509 client->intra_iface_rt_rule_hdl.rule_hdl[IPA_IP_v4][i] = rt_rule_hdl[i]
    [all...]
IPACM_Lan.cpp     [all...]
IPACM_Wlan.cpp     [all...]
IPACM_Wan.cpp 301 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6] = rt_rule_entry->rt_rule_hdl;
317 dft_rt_rule_hdl[MAX_DEFAULT_v4_ROUTE_RULES + 2*num_dft_rt_v6+1] = rt_rule_entry->rt_rule_hdl;
481 dft_rt_rule_hdl[0] = rt_rule_entry->rt_rule_hdl;
    [all...]
  /hardware/qcom/msm8996/kernel-headers/linux/
msm_ipa.h 580 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_add
605 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_mdfy
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/linux/
msm_ipa.h 892 * @rt_rule_hdl: output parameter, handle to rule, valid when status is 0
900 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_add
949 * @rt_rule_hdl: handle to rule which supposed to modify
957 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_mdfy
    [all...]
  /hardware/qcom/msm8998/kernel-headers/linux/
msm_ipa.h 596 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_add
621 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_mdfy
    [all...]
  /hardware/qcom/msm8998/original-kernel-headers/linux/
msm_ipa.h 912 * @rt_rule_hdl: output parameter, handle to rule, valid when status is 0
920 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_add
969 * @rt_rule_hdl: handle to rule which supposed to modify
977 uint32_t rt_rule_hdl; member in struct:ipa_rt_rule_mdfy
    [all...]

Completed in 409 milliseconds