Searched refs:RTCF_DNAT (Results 1 – 4 of 4) sorted by relevance
22 #define RTCF_DNAT 0x08000000 macro28 #define RTCF_NAT (RTCF_DNAT|RTCF_SNAT)
113 if (rt->rt_flags&RTCF_DNAT && ciph->saddr == odaddr) { in ip_do_nat()
1479 flags |= RTCF_DNAT; in ip_route_input_slow()1535 if (out_dev == in_dev && !(flags & RTCF_DNAT)) in ip_route_input_slow()1557 if (flags&RTCF_DNAT) in ip_route_input_slow()
875 if ((rt->rt_flags&RTCF_DNAT) || in arp_process()