Home
last modified time | relevance | path

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

/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_sched.c157 IP_VS_ERR_RL("%s: FWM %u 0x%08X - %s\n", in ip_vs_scheduler_err()
162 IP_VS_ERR_RL("%s: %s [%pI6]:%d - %s\n", in ip_vs_scheduler_err()
168 IP_VS_ERR_RL("%s: %s %pI4:%d - %s\n", in ip_vs_scheduler_err()
Dip_vs_sync.c537 IP_VS_ERR_RL("SYNC, connection pe_data invalid\n"); in ip_vs_sync_conn()
697 IP_VS_ERR_RL("BACKUP, Invalid PE parameters\n"); in ip_vs_conn_fill_param_sync()
845 IP_VS_ERR_RL("BACKUP v0, bogus conn\n"); in ip_vs_process_message_v0()
855 IP_VS_ERR_RL("BACKUP v0, Dropping buffer bogus conn options\n"); in ip_vs_process_message_v0()
1117 IP_VS_ERR_RL("BACKUP, Dropping buffer, to small\n"); in ip_vs_process_message()
1125 IP_VS_ERR_RL("BACKUP, Dropping buffer, msg > buffer\n"); in ip_vs_process_message()
1129 IP_VS_ERR_RL("BACKUP, Dropping buffer, Unknown version %d\n", in ip_vs_process_message()
1136 IP_VS_ERR_RL("BACKUP, Dropping buffer, Err: %d in decoding\n", in ip_vs_process_message()
Dip_vs_xmit.c823 IP_VS_ERR_RL("%s(): no memory\n", __func__); in ip_vs_tunnel_xmit()
942 IP_VS_ERR_RL("%s(): no memory\n", __func__); in ip_vs_tunnel_xmit_v6()
Dip_vs_conn.c837 IP_VS_ERR_RL("%s(): no memory\n", __func__); in ip_vs_conn_new()
/linux-3.4.99/include/net/
Dip_vs.h232 #define IP_VS_ERR_RL(msg, ...) \ macro