Searched refs:ip_vs_scheduler_err (Results 1 – 16 of 16) sorted by relevance
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_sched.c | 26 EXPORT_SYMBOL(ip_vs_scheduler_err); 142 void ip_vs_scheduler_err(struct ip_vs_service *svc, const char *msg) in ip_vs_scheduler_err() function
|
| H A D | ip_vs_wrr.c | 226 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_wrr_schedule() 232 ip_vs_scheduler_err(svc, "no destination available: " in ip_vs_wrr_schedule()
|
| H A D | ip_vs_fo.c | 48 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_fo_schedule()
|
| H A D | ip_vs_lc.c | 52 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_lc_schedule()
|
| H A D | ip_vs_ovf.c | 55 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_ovf_schedule()
|
| H A D | ip_vs_wlc.c | 57 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_wlc_schedule()
|
| H A D | ip_vs_sed.c | 85 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_sed_schedule()
|
| H A D | ip_vs_nq.c | 97 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_nq_schedule()
|
| H A D | ip_vs_twos.c | 65 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_twos_schedule()
|
| H A D | ip_vs_rr.c | 84 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_rr_schedule()
|
| H A D | ip_vs_dh.c | 226 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_dh_schedule()
|
| H A D | ip_vs_sh.c | 331 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_sh_schedule()
|
| H A D | ip_vs_lblc.c | 513 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_lblc_schedule()
|
| H A D | ip_vs_mh.c | 494 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_mh_schedule()
|
| H A D | ip_vs_lblcr.c | 683 ip_vs_scheduler_err(svc, "no destination available"); in ip_vs_lblcr_schedule()
|
| /linux/include/net/ |
| H A D | ip_vs.h | 1533 void ip_vs_scheduler_err(struct ip_vs_service *svc, const char *msg);
|