Searched refs:new_dstip (Results 1 – 1 of 1) sorted by relevance
/linux-2.4.37.9/net/ipv4/netfilter/ |
D | ip_fw_compat_redir.c | 63 u_int32_t new_dstip; member 103 redir->core.new_dstip, in do_tcp_redir() 108 redir->core.new_dstip, iph->check); in do_tcp_redir() 110 iph->daddr = redir->core.new_dstip; in do_tcp_redir() 117 u_int32_t new_dstip, u_int32_t orig_srcip, in unredir_cmp() argument 121 && i->core.new_dstip == new_dstip in unredir_cmp() 128 find_unredir(u_int32_t new_dstip, u_int32_t orig_srcip, in find_unredir() argument 132 new_dstip, orig_srcip, new_dport, orig_sport); in find_unredir() 142 tcph->check = cheat_check(~redir->core.new_dstip, in do_tcp_unredir() 147 iph->check = cheat_check(~redir->core.new_dstip, in do_tcp_unredir()
|