Searched refs:IP_VS_INFO (Results 1 – 7 of 7) sorted by relevance
222 IP_VS_INFO("[%s] scheduler registered.\n", scheduler->name); in register_ip_vs_scheduler()254 IP_VS_INFO("[%s] scheduler unregistered.\n", scheduler->name); in unregister_ip_vs_scheduler()
617 IP_VS_INFO("sync thread started: state = MASTER, mcast_ifn = %s, " in sync_master_loop()672 IP_VS_INFO("sync thread started: state = BACKUP, mcast_ifn = %s, " in sync_backup_loop()773 IP_VS_INFO("sync thread stopped!\n"); in sync_thread()852 IP_VS_INFO("stopping sync thread %d ...\n", in stop_sync_thread()
185 IP_VS_INFO("ip_vs_wrr_schedule(): " in ip_vs_wrr_schedule()
1250 IP_VS_INFO("ipvs loaded.\n"); in ip_vs_init()1278 IP_VS_INFO("ipvs unloaded.\n"); in ip_vs_cleanup()
1029 IP_VS_INFO("Scheduler module ip_vs_%s.o not found\n", in ip_vs_add_service()1115 IP_VS_INFO("Scheduler module ip_vs_%s.o not found\n", in ip_vs_edit_service()
1545 IP_VS_INFO("Connection hash table configured " in ip_vs_conn_init()
258 #define IP_VS_INFO(msg...) printk(KERN_INFO "IPVS: " msg) macro