Home
last modified time | relevance | path

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

/linux/net/netfilter/ipvs/
H A Dip_vs_sched.c148 IP_VS_ERR_RL("%s: FWM %u 0x%08X - %s\n", in ip_vs_scheduler_err()
152 IP_VS_ERR_RL("%s: %s [%pI6c]:%d - %s\n", in ip_vs_scheduler_err()
157 IP_VS_ERR_RL("%s: %s %pI4:%d - %s\n", in ip_vs_scheduler_err()
H A Dip_vs_conn.c665 IP_VS_ERR_RL("%s(): Too many ht changes for dir %d\n", in ip_vs_conn_fill_cport()
1364 IP_VS_ERR_RL("%s(): no memory\n", __func__); in ip_vs_conn_new()
/linux/include/net/
H A Dip_vs.h274 #define IP_VS_ERR_RL(msg, ...) \ macro