Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sched.c222 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()
Dip_vs_sync.c617 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()
Dip_vs_wrr.c185 IP_VS_INFO("ip_vs_wrr_schedule(): " in ip_vs_wrr_schedule()
Dip_vs_core.c1250 IP_VS_INFO("ipvs loaded.\n"); in ip_vs_init()
1278 IP_VS_INFO("ipvs unloaded.\n"); in ip_vs_cleanup()
Dip_vs_ctl.c1029 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()
Dip_vs_conn.c1545 IP_VS_INFO("Connection hash table configured " in ip_vs_conn_init()
/linux-2.4.37.9/include/net/
Dip_vs.h258 #define IP_VS_INFO(msg...) printk(KERN_INFO "IPVS: " msg) macro