Searched refs:prev_entry (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
D | ipa_nat_drvi.c | 1374 uint16_t prev_entry = rule->prev_index; in ipa_nati_copy_ipv4_rule_to_hw() local 1392 if (IPA_NAT_INVALID_NAT_ENTRY != prev_entry) { in ipa_nati_copy_ipv4_rule_to_hw() 1394 if (prev_entry < ipv4_cache->table_entries) { 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() 1421 uint16_t prev_entry = indx_sw_rule->prev_index; in ipa_nati_copy_ipv4_index_rule_to_hw() local 1443 if (IPA_NAT_INVALID_NAT_ENTRY != prev_entry) { in ipa_nati_copy_ipv4_index_rule_to_hw() 1444 if (prev_entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_index_rule_to_hw() 1451 prev_entry = prev_entry - ipv4_cache->table_entries; in ipa_nati_copy_ipv4_index_rule_to_hw() 1454 offset = ipa_nati_get_index_entry_offset(ipv4_cache, tbl_type, prev_entry); in ipa_nati_copy_ipv4_index_rule_to_hw() [all …]
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drvi.c | 1462 uint16_t prev_entry = rule->prev_index; in ipa_nati_copy_ipv4_rule_to_hw() local 1480 if (IPA_NAT_INVALID_NAT_ENTRY != prev_entry) { in ipa_nati_copy_ipv4_rule_to_hw() 1482 if (prev_entry < ipv4_cache->table_entries) { 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() 1509 uint16_t prev_entry = indx_sw_rule->prev_index; in ipa_nati_copy_ipv4_index_rule_to_hw() local 1531 if (IPA_NAT_INVALID_NAT_ENTRY != prev_entry) { in ipa_nati_copy_ipv4_index_rule_to_hw() 1532 if (prev_entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_index_rule_to_hw() 1539 prev_entry = prev_entry - ipv4_cache->table_entries; in ipa_nati_copy_ipv4_index_rule_to_hw() 1542 offset = ipa_nati_get_index_entry_offset(ipv4_cache, tbl_type, prev_entry); in ipa_nati_copy_ipv4_index_rule_to_hw() [all …]
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drvi.c | 1463 uint16_t prev_entry = rule->prev_index; in ipa_nati_copy_ipv4_rule_to_hw() local 1481 if (IPA_NAT_INVALID_NAT_ENTRY != prev_entry) { in ipa_nati_copy_ipv4_rule_to_hw() 1483 if (prev_entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_rule_to_hw() 1490 prev_entry = prev_entry - ipv4_cache->table_entries; in ipa_nati_copy_ipv4_rule_to_hw() 1493 offset = ipa_nati_get_entry_offset(ipv4_cache, tbl_type, prev_entry); in ipa_nati_copy_ipv4_rule_to_hw() 1510 uint16_t prev_entry = indx_sw_rule->prev_index; in ipa_nati_copy_ipv4_index_rule_to_hw() local 1532 if (IPA_NAT_INVALID_NAT_ENTRY != prev_entry) { in ipa_nati_copy_ipv4_index_rule_to_hw() 1533 if (prev_entry < ipv4_cache->table_entries) { in ipa_nati_copy_ipv4_index_rule_to_hw() 1540 prev_entry = prev_entry - ipv4_cache->table_entries; in ipa_nati_copy_ipv4_index_rule_to_hw() 1543 offset = ipa_nati_get_index_entry_offset(ipv4_cache, tbl_type, prev_entry); in ipa_nati_copy_ipv4_index_rule_to_hw() [all …]
|