Searched refs:trgt_port (Results 1 – 2 of 2) sorted by relevance
/hardware/qcom/data/ipacfg-mgr/msm8998/ipanat/src/ |
D | ipa_nat_drvi.c | 264 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()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipanat/src/ |
D | ipa_nat_drvi.c | 303 uint16_t trgt_port, uint16_t public_port, in dst_hash() argument 307 (trgt_port) ^ (public_port) ^ (proto); in dst_hash() 314 IPADBG("trgt_ip: 0x%x trgt_port: 0x%x\n", trgt_ip, trgt_port); in dst_hash() 347 uint32_t trgt_ip, uint16_t trgt_port, in src_hash() argument 353 (trgt_port) ^ (proto); in src_hash() 356 IPADBG("trgt_ip: 0x%x trgt_port: 0x%x\n", trgt_ip, trgt_port); in src_hash()
|