Home
last modified time | relevance | path

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

/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_xmit.c146 IP_VS_DBG_RL("ip_route_output error, dest: %pI4\n", &daddr); in do_output_route4()
316 IP_VS_DBG_RL("We are crossing local and non-local addresses" in __ip_vs_get_out_rt()
333 IP_VS_DBG_RL("%s(): mtu less than 68\n", __func__); in __ip_vs_get_out_rt()
394 IP_VS_DBG_RL("ip6_route_output error, dest: %pI6\n", daddr); in __ip_vs_route_output_v6()
458 IP_VS_DBG_RL("We are crossing local and non-local addresses" in __ip_vs_get_out_rt_v6()
476 IP_VS_DBG_RL("%s(): mtu less than %d\n", __func__, in __ip_vs_get_out_rt_v6()
Dip_vs_core.c1722 IP_VS_DBG_RL("Unhandled frag, load nf_defrag_ipv6\n"); in ip_vs_in()
1749 IP_VS_DBG_RL("warning: packet_xmit is null"); in ip_vs_in()
/linux-4.1.27/include/net/
Dip_vs.h252 #define IP_VS_DBG_RL(msg, ...) \ macro
272 #define IP_VS_DBG_RL(msg...) do {} while (0) macro