Home
last modified time | relevance | path

Searched refs:IP_VS_ERR (Results 1 – 12 of 12) sorted by relevance

/linux-2.4.37.9/net/ipv4/ipvs/
Dip_vs_sched.c49 IP_VS_ERR("ip_vs_bind_scheduler(): svc arg NULL\n"); in ip_vs_bind_scheduler()
53 IP_VS_ERR("ip_vs_bind_scheduler(): scheduler arg NULL\n"); in ip_vs_bind_scheduler()
62 IP_VS_ERR("ip_vs_bind_scheduler(): init error\n"); in ip_vs_bind_scheduler()
79 IP_VS_ERR("ip_vs_unbind_scheduler(): svc arg NULL\n"); in ip_vs_unbind_scheduler()
85 IP_VS_ERR("ip_vs_unbind_scheduler(): svc isn't bound\n"); in ip_vs_unbind_scheduler()
91 IP_VS_ERR("ip_vs_unbind_scheduler(): done error\n"); in ip_vs_unbind_scheduler()
182 IP_VS_ERR("register_ip_vs_scheduler(): NULL arg\n"); in register_ip_vs_scheduler()
187 IP_VS_ERR("register_ip_vs_scheduler(): NULL scheduler_name\n"); in register_ip_vs_scheduler()
201 IP_VS_ERR("register_ip_vs_scheduler(): [%s] scheduler " in register_ip_vs_scheduler()
211 IP_VS_ERR("register_ip_vs_scheduler(): [%s] scheduler " in register_ip_vs_scheduler()
[all …]
Dip_vs_sync.c225 IP_VS_ERR("ip_vs_sync_buff_create failed.\n"); in ip_vs_sync_conn()
285 IP_VS_ERR("bogus message\n"); in ip_vs_process_message()
317 IP_VS_ERR("ip_vs_conn_new failed\n"); in ip_vs_process_message()
340 IP_VS_ERR("bogus message\n"); in ip_vs_process_message()
431 IP_VS_ERR("You probably need to specify IP address on " in bind_mcastif_addr()
454 IP_VS_ERR("Error during creation of socket; terminating\n"); in make_send_sock()
459 IP_VS_ERR("Error setting outbound mcast interface\n"); in make_send_sock()
467 IP_VS_ERR("Error binding address of the mcast interface\n"); in make_send_sock()
474 IP_VS_ERR("Error connecting to the multicast addr\n"); in make_send_sock()
495 IP_VS_ERR("Error during creation of socket; terminating\n"); in make_receive_sock()
[all …]
Dip_vs_ctl.c275 IP_VS_ERR("ip_vs_svc_hash(): request for already hashed, " in ip_vs_svc_hash()
309 IP_VS_ERR("ip_vs_svc_unhash(): request for unhash flagged, " in ip_vs_svc_unhash()
738 IP_VS_ERR("ip_vs_new_dest: kmalloc failed.\n"); in ip_vs_new_dest()
779 IP_VS_ERR("ip_vs_add_dest(): server weight less than zero\n"); in ip_vs_add_dest()
878 IP_VS_ERR("ip_vs_edit_dest(): server weight less than zero\n"); in ip_vs_edit_dest()
1705 IP_VS_ERR("set_ctl: len %u < %Zu\n", in do_ip_vs_set_ctl()
1709 IP_VS_ERR("set_ctl: len %u > 128000\n", len); in do_ip_vs_set_ctl()
1712 IP_VS_ERR("set_ctl: no mem for len %u\n", len); in do_ip_vs_set_ctl()
1752 IP_VS_ERR("set_ctl: invalid protocol %d %d.%d.%d.%d:%d %s\n", in do_ip_vs_set_ctl()
1986 IP_VS_ERR("length: %u < %Zu\n", *len, sizeof(get)); in do_ip_vs_get_ctl()
[all …]
Dip_vs_core.c348 IP_VS_ERR("Schedule: port zero only supported " in ip_vs_schedule()
592 IP_VS_ERR("shouldn't reach here, because the box is on the" in ip_vs_out_icmp()
1213 IP_VS_ERR("can't setup control.\n"); in ip_vs_init()
1219 IP_VS_ERR("can't setup connection table.\n"); in ip_vs_init()
1225 IP_VS_ERR("can't setup application helper.\n"); in ip_vs_init()
1231 IP_VS_ERR("can't register in hook.\n"); in ip_vs_init()
1236 IP_VS_ERR("can't register out hook.\n"); in ip_vs_init()
1241 IP_VS_ERR("can't register post_routing hook.\n"); in ip_vs_init()
1246 IP_VS_ERR("can't register forward_icmp hook.\n"); in ip_vs_init()
Dip_vs_lblc.c146 IP_VS_ERR("ip_vs_lblc_new(): no memory\n"); in ip_vs_lblc_new()
191 IP_VS_ERR("ip_vs_lblc_hash(): request for already hashed, " in ip_vs_lblc_hash()
219 IP_VS_ERR("ip_vs_lblc_unhash(): request for not hashed entry, "
391 IP_VS_ERR("ip_vs_lblc_init_svc(): no memory\n"); in ip_vs_lblc_init_svc()
Dip_vs_app.c66 IP_VS_ERR("register_ip_vs_app(): NULL arg\n"); in register_ip_vs_app()
89 IP_VS_ERR("unregister_ip_vs_app(): NULL arg\n"); in unregister_ip_vs_app()
164 IP_VS_ERR("ip_vs_bind_app(): " in ip_vs_bind_app()
Dip_vs_lblcr.c111 IP_VS_ERR("ip_vs_dest_set_insert(): no memory\n"); in ip_vs_dest_set_insert()
328 IP_VS_ERR("ip_vs_lblcr_new(): no memory\n"); in ip_vs_lblcr_new()
371 IP_VS_ERR("ip_vs_lblcr_hash(): request for already hashed, " in ip_vs_lblcr_hash()
399 IP_VS_ERR("ip_vs_lblcr_unhash(): request for not hashed entry, "
638 IP_VS_ERR("ip_vs_lblcr_init_svc(): no memory\n"); in ip_vs_lblcr_init_svc()
Dip_vs_sh.c139 IP_VS_ERR("ip_vs_sh_init_svc(): no memory\n"); in ip_vs_sh_init_svc()
Dip_vs_dh.c142 IP_VS_ERR("ip_vs_dh_init_svc(): no memory\n"); in ip_vs_dh_init_svc()
Dip_vs_wrr.c112 IP_VS_ERR("ip_vs_wrr_init_svc(): no memory\n"); in ip_vs_wrr_init_svc()
Dip_vs_conn.c153 IP_VS_ERR("ip_vs_conn_hash(): request for already hashed, " in ip_vs_conn_hash()
/linux-2.4.37.9/include/net/
Dip_vs.h257 #define IP_VS_ERR(msg...) printk(KERN_ERR "IPVS: " msg) macro
628 IP_VS_ERR("request control DEL for uncontrolled: " in ip_vs_control_del()
642 IP_VS_ERR("BUG control DEL with n=0 : " in ip_vs_control_del()
655 IP_VS_ERR("request control ADD for already controlled: " in ip_vs_control_add()