Searched refs:orig_srcip (Results 1 – 1 of 1) 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 81 return (i->core.orig_srcip == orig_srcip 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() 117 u_int32_t new_dstip, u_int32_t orig_srcip, in unredir_cmp() argument 120 return (i->core.orig_srcip == orig_srcip 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()
|