Searched refs:repl_dst_ip (Results 1 – 1 of 1) sorted by relevance
891 uint32_t repl_dst_ip; in PopulateTCPorUDPEntry() local979 repl_dst_ip = nfct_get_attr_u32(ct, ATTR_REPL_IPV4_DST); in PopulateTCPorUDPEntry()980 repl_dst_ip = ntohl(repl_dst_ip); in PopulateTCPorUDPEntry()981 if(repl_dst_ip != rule->public_ip) in PopulateTCPorUDPEntry()983 IPACMDBG_H("Reply dst IP:0x%x not equal to wan ip:0x%x\n",repl_dst_ip, rule->public_ip); in PopulateTCPorUDPEntry()