Home
last modified time | relevance | path

Searched refs:trgt_port (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/
Dipa_nat_drvi.c264 static uint16_t dst_hash(uint32_t trgt_ip, uint16_t trgt_port, in dst_hash() argument
269 (trgt_port) ^ (public_port) ^ (proto); in dst_hash()
271 IPADBG("trgt_ip: 0x%x trgt_port: 0x%x\n", trgt_ip, trgt_port); in dst_hash()
304 uint32_t trgt_ip, uint16_t trgt_port, in src_hash() argument
310 (trgt_port) ^ (proto); in src_hash()
313 IPADBG("trgt_ip: 0x%x trgt_port: 0x%x\n", trgt_ip, trgt_port); in src_hash()