HomeSort by relevance Sort by last modified time
    Searched defs:tbl_hdl (Results 1 - 2 of 2) sorted by null

  /hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/test/
ipa_nat_test021.c 49 u32 tbl_hdl; local
59 ret = ipa_nat_add_ipv4_tbl(pub_ip_add, total_entries, &tbl_hdl);
69 ret = ipa_nat_del_ipv4_tbl(tbl_hdl);
main.c 44 int chk_for_loop(u32 tbl_hdl)
51 if (IPA_NAT_INVALID_NAT_ENTRY == tbl_hdl ||
52 tbl_hdl > IPA_NAT_MAX_IP4_TBLS) {
59 ipv4_nat_cache.ip4_tbl[tbl_hdl-1].ipv4_rules_addr;
61 cnt < ipv4_nat_cache.ip4_tbl[tbl_hdl - 1].table_entries;
77 ipv4_nat_cache.ip4_tbl[tbl_hdl-1].ipv4_expn_rules_addr;
79 cnt <= ipv4_nat_cache.ip4_tbl[tbl_hdl - 1].expn_table_entries;
84 cnt + ipv4_nat_cache.ip4_tbl[tbl_hdl - 1].table_entries;
90 (cnt + ipv4_nat_cache.ip4_tbl[tbl_hdl - 1].table_entries));
99 ipv4_nat_cache.ip4_tbl[tbl_hdl-1].index_table_addr
308 u32 tbl_hdl = 0; local
    [all...]

Completed in 139 milliseconds