Home
last modified time | relevance | path

Searched refs:IP_VS_RT_MODE_CONNECT (Results 1 – 1 of 1) sorted by relevance

/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_xmit.c54 IP_VS_RT_MODE_CONNECT = 8, /* Always bind route to saddr */ enumerator
140 rt_mode & IP_VS_RT_MODE_CONNECT && !loop) { in do_output_route4()
147 } else if (!*saddr && rt_mode & IP_VS_RT_MODE_CONNECT && fl4.saddr) { in do_output_route4()
354 rt_mode &= ~IP_VS_RT_MODE_CONNECT; in __ip_vs_get_out_rt()
1157 IP_VS_RT_MODE_CONNECT | in ip_vs_tunnel_xmit()