Searched refs:orig_dstip (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_fw_compat_redir.c | 60 u_int32_t orig_srcip, orig_dstip; member 78 u_int32_t orig_srcip, u_int32_t orig_dstip, in redir_cmp() argument 82 && i->core.orig_dstip == orig_dstip in redir_cmp() 89 find_redir(u_int32_t orig_srcip, u_int32_t orig_dstip, in find_redir() argument 93 orig_srcip, orig_dstip, orig_sport, orig_dport); in find_redir() 102 tcph->check = cheat_check(~redir->core.orig_dstip, in do_tcp_redir() 107 iph->check = cheat_check(~redir->core.orig_dstip, in do_tcp_redir() 143 redir->core.orig_dstip, in do_tcp_unredir() 148 redir->core.orig_dstip, in do_tcp_unredir() 151 iph->saddr = redir->core.orig_dstip; in do_tcp_unredir()
|
D | ip_nat_core.c | 275 u_int32_t *var_ipp, *other_ipp, saved_ip, orig_dstip; in find_best_ips_proto() local 289 orig_dstip = tuple->dst.ip; in find_best_ips_proto() 319 && *var_ipp != orig_dstip in find_best_ips_proto()
|