Searched refs:ipv4_cache (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
D | ipa_nat_drvi.c | 1369 struct ipa_nat_ip4_table_cache *ipv4_cache, in ipa_nati_copy_ipv4_rule_to_hw() argument 1378 if (entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_rule_to_hw() 1379 tbl_ptr = (struct ipa_nat_rule *)ipv4_cache->ipv4_rules_addr; in ipa_nati_copy_ipv4_rule_to_hw() 1385 tbl_ptr = (struct ipa_nat_rule *)ipv4_cache->ipv4_expn_rules_addr; in ipa_nati_copy_ipv4_rule_to_hw() 1386 memcpy(&tbl_ptr[entry - ipv4_cache->table_entries], in ipa_nati_copy_ipv4_rule_to_hw() 1394 if (prev_entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_rule_to_hw() 1396 tbl_ptr = (struct ipa_nat_rule *)ipv4_cache->ipv4_rules_addr; in ipa_nati_copy_ipv4_rule_to_hw() 1401 prev_entry = prev_entry - ipv4_cache->table_entries; in ipa_nati_copy_ipv4_rule_to_hw() 1404 offset = ipa_nati_get_entry_offset(ipv4_cache, tbl_type, prev_entry); in ipa_nati_copy_ipv4_rule_to_hw() 1414 struct ipa_nat_ip4_table_cache *ipv4_cache, in ipa_nati_copy_ipv4_index_rule_to_hw() argument [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drvi.c | 1457 struct ipa_nat_ip4_table_cache *ipv4_cache, in ipa_nati_copy_ipv4_rule_to_hw() argument 1466 if (entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_rule_to_hw() 1467 tbl_ptr = (struct ipa_nat_rule *)ipv4_cache->ipv4_rules_addr; in ipa_nati_copy_ipv4_rule_to_hw() 1473 tbl_ptr = (struct ipa_nat_rule *)ipv4_cache->ipv4_expn_rules_addr; in ipa_nati_copy_ipv4_rule_to_hw() 1474 memcpy(&tbl_ptr[entry - ipv4_cache->table_entries], in ipa_nati_copy_ipv4_rule_to_hw() 1482 if (prev_entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_rule_to_hw() 1484 tbl_ptr = (struct ipa_nat_rule *)ipv4_cache->ipv4_rules_addr; in ipa_nati_copy_ipv4_rule_to_hw() 1489 prev_entry = prev_entry - ipv4_cache->table_entries; in ipa_nati_copy_ipv4_rule_to_hw() 1492 offset = ipa_nati_get_entry_offset(ipv4_cache, tbl_type, prev_entry); in ipa_nati_copy_ipv4_rule_to_hw() 1502 struct ipa_nat_ip4_table_cache *ipv4_cache, in ipa_nati_copy_ipv4_index_rule_to_hw() argument [all …]
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/inc/ |
D | ipa_nat_drvi.h | 431 struct ipa_nat_ip4_table_cache *ipv4_cache, 436 struct ipa_nat_ip4_table_cache *ipv4_cache,
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/inc/ |
D | ipa_nat_drvi.h | 457 struct ipa_nat_ip4_table_cache *ipv4_cache, 462 struct ipa_nat_ip4_table_cache *ipv4_cache,
|